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