| 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()
Gets a list of one or more on-premises instance names.
|
ListOnPremisesInstancesResult |
AmazonCodeDeploy.listOnPremisesInstances()
Gets a list of one or more on-premises instance names.
|
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(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 |
|---|---|
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.