| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy |
Synchronous and asynchronous client classes for accessing AmazonCodeDeploy.
|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
ListOnPremisesInstancesResult |
AmazonCodeDeployClient.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
ListOnPremisesInstancesResult |
AmazonCodeDeploy.listOnPremisesInstances(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Gets a list of one or more on-premises instance names.
|
| Modifier and Type | Method and Description |
|---|---|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.clone() |
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withNextToken(String nextToken)
An identifier that was returned from the previous list on-premises
instances call, which can be used to return the next set of
on-premises instances in the list.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withRegistrationStatus(RegistrationStatus registrationStatus)
The on-premises instances registration status: Deregistered:
Include in the resulting list deregistered on-premises instances.
Registered: Include in the resulting list registered on-premises
instances.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withRegistrationStatus(String registrationStatus)
The on-premises instances registration status: Deregistered:
Include in the resulting list deregistered on-premises instances.
Registered: Include in the resulting list registered on-premises
instances.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(Collection<TagFilter> tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names that are returned.
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withTagFilters(TagFilter... tagFilters)
The on-premises instance tags that will be used to restrict the
corresponding on-premises instance names that are returned.
|
Copyright © 2015. All rights reserved.