| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises
instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.
|
| software.amazon.awssdk.services.codedeploy.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments()
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
default ListDeploymentsResponse |
CodeDeployClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentsResponse> |
CodeDeployAsyncClient.listDeployments()
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
default CompletableFuture<ListDeploymentsResponse> |
CodeDeployAsyncClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
default CompletableFuture<ListDeploymentsResponse> |
CodeDeployAsyncClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments in a deployment group for an application registered with the IAM user or Amazon Web
Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentsResponse> |
ListDeploymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber) |
Copyright © 2022. All rights reserved.