Uses of Interface
software.amazon.awssdk.services.codedeploy.CodeDeployClient
-
Packages that use CodeDeployClient 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 CodeDeployClient in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return CodeDeployClient Modifier and Type Method Description static CodeDeployClientCodeDeployClient. create()Create aCodeDeployClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of CodeDeployClient in software.amazon.awssdk.services.codedeploy.paginators
Constructors in software.amazon.awssdk.services.codedeploy.paginators with parameters of type CodeDeployClient Constructor Description ListApplicationRevisionsIterable(CodeDeployClient client, ListApplicationRevisionsRequest firstRequest)ListApplicationsIterable(CodeDeployClient client, ListApplicationsRequest firstRequest)ListDeploymentConfigsIterable(CodeDeployClient client, ListDeploymentConfigsRequest firstRequest)ListDeploymentGroupsIterable(CodeDeployClient client, ListDeploymentGroupsRequest firstRequest)ListDeploymentsIterable(CodeDeployClient client, ListDeploymentsRequest firstRequest) -
Uses of CodeDeployClient in software.amazon.awssdk.services.codedeploy.waiters
Methods in software.amazon.awssdk.services.codedeploy.waiters with parameters of type CodeDeployClient Modifier and Type Method Description CodeDeployWaiter.BuilderCodeDeployWaiter.Builder. client(CodeDeployClient client)Sets a customCodeDeployClientthat will be used to poll the resource
-