Uses of Class
com.amazonaws.services.codedeploy.model.ListDeploymentInstancesResult
-
Packages that use ListDeploymentInstancesResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of ListDeploymentInstancesResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return ListDeploymentInstancesResult Modifier and Type Method Description ListDeploymentInstancesResult
AbstractAmazonCodeDeploy. listDeploymentInstances(ListDeploymentInstancesRequest request)
ListDeploymentInstancesResult
AmazonCodeDeploy. listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM user or AWS account.ListDeploymentInstancesResult
AmazonCodeDeployClient. listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)
Lists the instance for a deployment associated with the applicable IAM user or AWS account.Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListDeploymentInstancesResult Modifier and Type Method Description Future<ListDeploymentInstancesResult>
AbstractAmazonCodeDeployAsync. listDeploymentInstancesAsync(ListDeploymentInstancesRequest request, AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Future<ListDeploymentInstancesResult>
AmazonCodeDeployAsync. listDeploymentInstancesAsync(ListDeploymentInstancesRequest listDeploymentInstancesRequest, AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
Lists the instance for a deployment associated with the applicable IAM user or AWS account.Future<ListDeploymentInstancesResult>
AmazonCodeDeployAsyncClient. listDeploymentInstancesAsync(ListDeploymentInstancesRequest request, AsyncHandler<ListDeploymentInstancesRequest,ListDeploymentInstancesResult> asyncHandler)
-
Uses of ListDeploymentInstancesResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ListDeploymentInstancesResult Modifier and Type Method Description ListDeploymentInstancesResult
ListDeploymentInstancesResult. clone()
ListDeploymentInstancesResult
ListDeploymentInstancesResult. withInstancesList(String... instancesList)
A list of instance IDs.ListDeploymentInstancesResult
ListDeploymentInstancesResult. withInstancesList(Collection<String> instancesList)
A list of instance IDs.ListDeploymentInstancesResult
ListDeploymentInstancesResult. withNextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned.
-