| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy |
|
| software.amazon.awssdk.services.codedeploy.paginators | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListApplicationsResponse> |
CodeDeployAsyncClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or AWS account.
|
default ListApplicationsResponse |
CodeDeployClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or AWS account.
|
default ListApplicationsPublisher |
CodeDeployAsyncClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or AWS account.
|
default ListApplicationsIterable |
CodeDeployClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or AWS account.
|
| Constructor and Description |
|---|
ListApplicationsIterable(CodeDeployClient client,
ListApplicationsRequest firstRequest) |
ListApplicationsPublisher(CodeDeployAsyncClient client,
ListApplicationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListApplicationsRequestMarshaller.marshall(ListApplicationsRequest listApplicationsRequest) |
Copyright © 2019. All rights reserved.