Uses of Class
com.amazonaws.services.codedeploy.model.BatchGetDeploymentsResult
Packages that use BatchGetDeploymentsResult
-
Uses of BatchGetDeploymentsResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return BatchGetDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.batchGetDeployments()
AbstractAmazonCodeDeploy.batchGetDeployments
(BatchGetDeploymentsRequest request) AmazonCodeDeploy.batchGetDeployments()
Simplified method form for invoking the BatchGetDeployments operation.AmazonCodeDeploy.batchGetDeployments
(BatchGetDeploymentsRequest batchGetDeploymentsRequest) Gets information about one or more deployments.AmazonCodeDeployClient.batchGetDeployments()
AmazonCodeDeployClient.batchGetDeployments
(BatchGetDeploymentsRequest batchGetDeploymentsRequest) Gets information about one or more deployments.Methods in com.amazonaws.services.codedeploy that return types with arguments of type BatchGetDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request) AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) AmazonCodeDeployAsync.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.AmazonCodeDeployAsync.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest batchGetDeploymentsRequest) Gets information about one or more deployments.AmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest batchGetDeploymentsRequest, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Gets information about one or more deployments.AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync()
Simplified method form for invoking the BatchGetDeployments operation.AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request) AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type BatchGetDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) AmazonCodeDeployAsync.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AmazonCodeDeployAsync.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest batchGetDeploymentsRequest, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Gets information about one or more deployments.AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync
(AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) Simplified method form for invoking the BatchGetDeployments operation with an AsyncHandler.AmazonCodeDeployAsyncClient.batchGetDeploymentsAsync
(BatchGetDeploymentsRequest request, AsyncHandler<BatchGetDeploymentsRequest, BatchGetDeploymentsResult> asyncHandler) -
Uses of BatchGetDeploymentsResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return BatchGetDeploymentsResultModifier and TypeMethodDescriptionBatchGetDeploymentsResult.clone()
BatchGetDeploymentsResult.withDeploymentsInfo
(DeploymentInfo... deploymentsInfo) Information about the deployments.BatchGetDeploymentsResult.withDeploymentsInfo
(Collection<DeploymentInfo> deploymentsInfo) Information about the deployments.