| 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 ListDeploymentGroupsResponse |
CodeDeployClient.listDeploymentGroups(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
|
default CompletableFuture<ListDeploymentGroupsResponse> |
CodeDeployAsyncClient.listDeploymentGroups(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
|
default ListDeploymentGroupsIterable |
CodeDeployClient.listDeploymentGroupsPaginator(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
|
default ListDeploymentGroupsPublisher |
CodeDeployAsyncClient.listDeploymentGroupsPaginator(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.Builder.applicationName(String applicationName)
The name of an CodeDeploy application associated with the IAM user or Amazon Web Services account.
|
static ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.builder() |
ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.Builder.nextToken(String nextToken)
An identifier returned from the previous list deployment groups call.
|
ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentGroupsRequest.Builder |
ListDeploymentGroupsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeploymentGroupsRequest.Builder> |
ListDeploymentGroupsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.