Uses of Interface
software.amazon.awssdk.services.codedeploy.CodeDeployAsyncClient
-
Packages that use CodeDeployAsyncClient 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.waiters -
-
Uses of CodeDeployAsyncClient in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return CodeDeployAsyncClient Modifier and Type Method Description static CodeDeployAsyncClientCodeDeployAsyncClient. create()Create aCodeDeployAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CodeDeployAsyncClient in software.amazon.awssdk.services.codedeploy.paginators
Constructors in software.amazon.awssdk.services.codedeploy.paginators with parameters of type CodeDeployAsyncClient Constructor Description ListApplicationRevisionsPublisher(CodeDeployAsyncClient client, ListApplicationRevisionsRequest firstRequest)ListApplicationsPublisher(CodeDeployAsyncClient client, ListApplicationsRequest firstRequest)ListDeploymentConfigsPublisher(CodeDeployAsyncClient client, ListDeploymentConfigsRequest firstRequest)ListDeploymentGroupsPublisher(CodeDeployAsyncClient client, ListDeploymentGroupsRequest firstRequest)ListDeploymentsPublisher(CodeDeployAsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of CodeDeployAsyncClient in software.amazon.awssdk.services.codedeploy.waiters
Methods in software.amazon.awssdk.services.codedeploy.waiters with parameters of type CodeDeployAsyncClient Modifier and Type Method Description CodeDeployAsyncWaiter.BuilderCodeDeployAsyncWaiter.Builder. client(CodeDeployAsyncClient client)Sets a customCodeDeployAsyncClientthat will be used to poll the resource
-