Uses of Class
software.amazon.awssdk.services.codedeploy.model.GetOnPremisesInstanceResponse
-
Packages that use GetOnPremisesInstanceResponse 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 GetOnPremisesInstanceResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return GetOnPremisesInstanceResponse Modifier and Type Method Description default GetOnPremisesInstanceResponseCodeDeployClient. getOnPremisesInstance(Consumer<GetOnPremisesInstanceRequest.Builder> getOnPremisesInstanceRequest)Gets information about an on-premises instance.default GetOnPremisesInstanceResponseCodeDeployClient. getOnPremisesInstance(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest)Gets information about an on-premises instance.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type GetOnPremisesInstanceResponse Modifier and Type Method Description default CompletableFuture<GetOnPremisesInstanceResponse>CodeDeployAsyncClient. getOnPremisesInstance(Consumer<GetOnPremisesInstanceRequest.Builder> getOnPremisesInstanceRequest)Gets information about an on-premises instance.default CompletableFuture<GetOnPremisesInstanceResponse>CodeDeployAsyncClient. getOnPremisesInstance(GetOnPremisesInstanceRequest getOnPremisesInstanceRequest)Gets information about an on-premises instance.
-