| 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 ListApplicationsResponse |
CodeDeployClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or Amazon Web Services account.
|
default CompletableFuture<ListApplicationsResponse> |
CodeDeployAsyncClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or Amazon Web Services account.
|
default ListApplicationsIterable |
CodeDeployClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or Amazon Web Services account.
|
default ListApplicationsPublisher |
CodeDeployAsyncClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the applications registered with the IAM user or Amazon Web Services 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 © 2022. All rights reserved.