| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.paginators |
| 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 AWS account.
|
default ListDeploymentGroupsResponse |
CodeDeployClient.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentGroupsResponse> |
CodeDeployAsyncClient.listDeploymentGroups(Consumer<ListDeploymentGroupsRequest.Builder> listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or AWS account.
|
default CompletableFuture<ListDeploymentGroupsResponse> |
CodeDeployAsyncClient.listDeploymentGroups(ListDeploymentGroupsRequest listDeploymentGroupsRequest)
Lists the deployment groups for an application registered with the IAM user or AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentGroupsResponse> |
ListDeploymentGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentGroupsResponse> subscriber) |
Copyright © 2021. All rights reserved.