Uses of Class
com.amazonaws.services.codedeploy.model.ListDeploymentsResult
-
Packages that use ListDeploymentsResult Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of ListDeploymentsResult in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy that return ListDeploymentsResult Modifier and Type Method Description ListDeploymentsResultAbstractAmazonCodeDeploy. listDeployments()ListDeploymentsResultAbstractAmazonCodeDeploy. listDeployments(ListDeploymentsRequest request)ListDeploymentsResultAmazonCodeDeploy. listDeployments()Simplified method form for invoking the ListDeployments operation.ListDeploymentsResultAmazonCodeDeploy. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.ListDeploymentsResultAmazonCodeDeployClient. listDeployments()ListDeploymentsResultAmazonCodeDeployClient. 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 ListDeploymentsResult Modifier and Type Method Description Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync()Simplified method form for invoking the ListDeployments operation.Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest request)Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Future<ListDeploymentsResult>AmazonCodeDeployAsync. listDeploymentsAsync()Simplified method form for invoking the ListDeployments operation.Future<ListDeploymentsResult>AmazonCodeDeployAsync. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>AmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.Future<ListDeploymentsResult>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.Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync()Simplified method form for invoking the ListDeployments operation.Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync(ListDeploymentsRequest request)Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListDeploymentsResult Modifier and Type Method Description Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Future<ListDeploymentsResult>AmazonCodeDeployAsync. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>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.Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync(AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Simplified method form for invoking the ListDeployments operation with an AsyncHandler.Future<ListDeploymentsResult>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 ListDeploymentsResult Modifier and Type Method Description ListDeploymentsResultListDeploymentsResult. clone()ListDeploymentsResultListDeploymentsResult. withDeployments(String... deployments)A list of deployment IDs.ListDeploymentsResultListDeploymentsResult. withDeployments(Collection<String> deployments)A list of deployment IDs.ListDeploymentsResultListDeploymentsResult. withNextToken(String nextToken)If a large amount of information is returned, an identifier is also returned.
-