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