| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.paginators | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
CodeDeployAsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsPublisher |
CodeDeployAsyncClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
default ListDeploymentsIterable |
CodeDeployClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or AWS account.
|
| Constructor and Description |
|---|
ListDeploymentsIterable(CodeDeployClient client,
ListDeploymentsRequest firstRequest) |
ListDeploymentsPublisher(CodeDeployAsyncClient client,
ListDeploymentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeploymentsRequestMarshaller.marshall(ListDeploymentsRequest listDeploymentsRequest) |
Copyright © 2022. All rights reserved.