| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| 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) |
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest)
Gets a list of one or more on-premises instance names.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler) |
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
com.amazonaws.handlers.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(com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the ListOnPremisesInstances operation
with an AsyncHandler.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler)
Simplified method form for invoking the ListOnPremisesInstances operation
with an AsyncHandler.
|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
com.amazonaws.handlers.AsyncHandler<ListOnPremisesInstancesRequest,ListOnPremisesInstancesResult> asyncHandler) |
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync(ListOnPremisesInstancesRequest listOnPremisesInstancesRequest,
com.amazonaws.handlers.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:
|
ListOnPremisesInstancesRequest |
ListOnPremisesInstancesRequest.withRegistrationStatus(String registrationStatus)
The on-premises instances registration status:
|
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.