| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentConfigsResponse |
CodeDeployClient.listDeploymentConfigs(Consumer<ListDeploymentConfigsRequest.Builder> listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default CompletableFuture<ListDeploymentConfigsResponse> |
CodeDeployAsyncClient.listDeploymentConfigs(Consumer<ListDeploymentConfigsRequest.Builder> listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default ListDeploymentConfigsIterable |
CodeDeployClient.listDeploymentConfigsPaginator(Consumer<ListDeploymentConfigsRequest.Builder> listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
default ListDeploymentConfigsPublisher |
CodeDeployAsyncClient.listDeploymentConfigsPaginator(Consumer<ListDeploymentConfigsRequest.Builder> listDeploymentConfigsRequest)
Lists the deployment configurations with the IAM user or Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentConfigsRequest.Builder |
ListDeploymentConfigsRequest.builder() |
ListDeploymentConfigsRequest.Builder |
ListDeploymentConfigsRequest.Builder.nextToken(String nextToken)
An identifier returned from the previous
ListDeploymentConfigs call. |
ListDeploymentConfigsRequest.Builder |
ListDeploymentConfigsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentConfigsRequest.Builder |
ListDeploymentConfigsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentConfigsRequest.Builder |
ListDeploymentConfigsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeploymentConfigsRequest.Builder> |
ListDeploymentConfigsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.