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 ListDeploymentInstancesResultAbstractAmazonCodeDeploy. listDeploymentInstances(ListDeploymentInstancesRequest request)ListDeploymentInstancesResultAmazonCodeDeploy. listDeploymentInstances(ListDeploymentInstancesRequest listDeploymentInstancesRequest)Lists the instance for a deployment associated with the applicable IAM user or AWS account.ListDeploymentInstancesResultAmazonCodeDeployClient. 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 ListDeploymentInstancesResultListDeploymentInstancesResult. clone()ListDeploymentInstancesResultListDeploymentInstancesResult. withInstancesList(String... instancesList)A list of instance IDs.ListDeploymentInstancesResultListDeploymentInstancesResult. withInstancesList(Collection<String> instancesList)A list of instance IDs.ListDeploymentInstancesResultListDeploymentInstancesResult. withNextToken(String nextToken)If a large amount of information is returned, an identifier is also returned.
-