Uses of Class
com.amazonaws.services.codedeploy.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description com.amazonaws.services.codedeploy com.amazonaws.services.codedeploy.model -
-
Uses of ListDeploymentsRequest in com.amazonaws.services.codedeploy
Methods in com.amazonaws.services.codedeploy with parameters of type ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsResultAbstractAmazonCodeDeploy. listDeployments(ListDeploymentsRequest request)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(ListDeploymentsRequest listDeploymentsRequest)Lists the deployments in a deployment group for an application registered with the applicable IAM user or AWS account.Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest request)Future<ListDeploymentsResult>AbstractAmazonCodeDeployAsync. listDeploymentsAsync(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> 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(ListDeploymentsRequest request)Future<ListDeploymentsResult>AmazonCodeDeployAsyncClient. listDeploymentsAsync(ListDeploymentsRequest request, AsyncHandler<ListDeploymentsRequest,ListDeploymentsResult> asyncHandler)Method parameters in com.amazonaws.services.codedeploy with type arguments of type ListDeploymentsRequest 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 ListDeploymentsRequest in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequestListDeploymentsRequest. clone()ListDeploymentsRequestListDeploymentsRequest. withApplicationName(String applicationName)The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.ListDeploymentsRequestListDeploymentsRequest. withCreateTimeRange(TimeRange createTimeRange)A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequestListDeploymentsRequest. withDeploymentGroupName(String deploymentGroupName)The name of an existing deployment group for the specified application.ListDeploymentsRequestListDeploymentsRequest. withIncludeOnlyStatuses(DeploymentStatus... includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequestListDeploymentsRequest. withIncludeOnlyStatuses(String... includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequestListDeploymentsRequest. withIncludeOnlyStatuses(Collection<String> includeOnlyStatuses)A subset of deployments to list by status:ListDeploymentsRequestListDeploymentsRequest. withNextToken(String nextToken)An identifier returned from the previous list deployments call.
-