| 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 | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentConfigsResponse |
CodeDeployClient.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default CompletableFuture<ListDeploymentConfigsResponse> |
CodeDeployAsyncClient.listDeploymentConfigs(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default ListDeploymentConfigsIterable |
CodeDeployClient.listDeploymentConfigsPaginator(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default ListDeploymentConfigsPublisher |
CodeDeployAsyncClient.listDeploymentConfigsPaginator(ListDeploymentConfigsRequest listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
| Constructor and Description |
|---|
ListDeploymentConfigsIterable(CodeDeployClient client,
ListDeploymentConfigsRequest firstRequest) |
ListDeploymentConfigsPublisher(CodeDeployAsyncClient client,
ListDeploymentConfigsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListDeploymentConfigsRequestMarshaller.marshall(ListDeploymentConfigsRequest listDeploymentConfigsRequest) |
Copyright © 2022. All rights reserved.