| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy | |
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
ListOnPremisesInstancesResult |
AmazonCodeDeployClient.listOnPremisesInstances() |
ListOnPremisesInstancesResult |
AmazonCodeDeploy.listOnPremisesInstances()
Simplified method form for invoking the ListOnPremisesInstances
operation.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsyncClient.listOnPremisesInstancesAsync() |
Future<ListOnPremisesInstancesResult> |
AmazonCodeDeployAsync.listOnPremisesInstancesAsync()
Simplified method form for invoking the ListOnPremisesInstances
operation.
|
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) |
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 |
|---|---|
ListOnPremisesInstancesResult |
ListOnPremisesInstancesResult.clone() |
ListOnPremisesInstancesResult |
ListOnPremisesInstancesResult.withInstanceNames(Collection<String> instanceNames)
The list of matching on-premises instance names.
|
ListOnPremisesInstancesResult |
ListOnPremisesInstancesResult.withInstanceNames(String... instanceNames)
The list of matching on-premises instance names.
|
ListOnPremisesInstancesResult |
ListOnPremisesInstancesResult.withNextToken(String nextToken)
If the amount of information that is returned is significantly large, an
identifier will also be returned, which can be used in a subsequent list
on-premises instances call to return the next set of on-premises
instances in the list.
|
Copyright © 2015. All rights reserved.