Uses of Class
software.amazon.awssdk.services.codedeploy.model.GetApplicationRevisionResponse
-
Packages that use GetApplicationRevisionResponse 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. -
-
Uses of GetApplicationRevisionResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return GetApplicationRevisionResponse Modifier and Type Method Description default GetApplicationRevisionResponseCodeDeployClient. getApplicationRevision(Consumer<GetApplicationRevisionRequest.Builder> getApplicationRevisionRequest)Gets information about an application revision.default GetApplicationRevisionResponseCodeDeployClient. getApplicationRevision(GetApplicationRevisionRequest getApplicationRevisionRequest)Gets information about an application revision.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type GetApplicationRevisionResponse Modifier and Type Method Description default CompletableFuture<GetApplicationRevisionResponse>CodeDeployAsyncClient. getApplicationRevision(Consumer<GetApplicationRevisionRequest.Builder> getApplicationRevisionRequest)Gets information about an application revision.default CompletableFuture<GetApplicationRevisionResponse>CodeDeployAsyncClient. getApplicationRevision(GetApplicationRevisionRequest getApplicationRevisionRequest)Gets information about an application revision.
-