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