Uses of Class
com.amazonaws.services.codedeploy.model.ListDeploymentsResult
Packages that use ListDeploymentsResult
-
Uses of ListDeploymentsResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return ListDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeploy.listDeployments()
AbstractAmazonCodeDeploy.listDeployments
(ListDeploymentsRequest request) AmazonCodeDeploy.listDeployments()
Simplified method form for invoking the ListDeployments operation.AmazonCodeDeploy.listDeployments
(ListDeploymentsRequest listDeploymentsRequest) Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.AmazonCodeDeployClient.listDeployments()
AmazonCodeDeployClient.listDeployments
(ListDeploymentsRequest listDeploymentsRequest) Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.Methods in com.amazonaws.services.codedeploy that return types with arguments of type ListDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.AbstractAmazonCodeDeployAsync.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest request) AbstractAmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) AmazonCodeDeployAsync.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.AmazonCodeDeployAsync.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest listDeploymentsRequest) Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.AmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest listDeploymentsRequest, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.AmazonCodeDeployAsyncClient.listDeploymentsAsync()
Simplified method form for invoking the ListDeployments operation.AmazonCodeDeployAsyncClient.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AmazonCodeDeployAsyncClient.listDeploymentsAsync
(ListDeploymentsRequest request) AmazonCodeDeployAsyncClient.listDeploymentsAsync
(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListDeploymentsResultModifier and TypeMethodDescriptionAbstractAmazonCodeDeployAsync.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AbstractAmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) AmazonCodeDeployAsync.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AmazonCodeDeployAsync.listDeploymentsAsync
(ListDeploymentsRequest listDeploymentsRequest, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.AmazonCodeDeployAsyncClient.listDeploymentsAsync
(AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) Simplified method form for invoking the ListDeployments operation with an AsyncHandler.AmazonCodeDeployAsyncClient.listDeploymentsAsync
(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest, ListDeploymentsResult> asyncHandler) -
Uses of ListDeploymentsResult in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ListDeploymentsResultModifier and TypeMethodDescriptionListDeploymentsResult.clone()
ListDeploymentsResult.withDeployments
(String... deployments) A list of deployment IDs.ListDeploymentsResult.withDeployments
(Collection<String> deployments) A list of deployment IDs.ListDeploymentsResult.withNextToken
(String nextToken) If a large amount of information is returned, an identifier is also returned.