Uses of Class
software.amazon.awssdk.services.codedeploy.model.DeregisterOnPremisesInstanceResponse
-
Packages that use DeregisterOnPremisesInstanceResponse 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 DeregisterOnPremisesInstanceResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return DeregisterOnPremisesInstanceResponse Modifier and Type Method Description default DeregisterOnPremisesInstanceResponseCodeDeployClient. deregisterOnPremisesInstance(Consumer<DeregisterOnPremisesInstanceRequest.Builder> deregisterOnPremisesInstanceRequest)Deregisters an on-premises instance.default DeregisterOnPremisesInstanceResponseCodeDeployClient. deregisterOnPremisesInstance(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest)Deregisters an on-premises instance.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type DeregisterOnPremisesInstanceResponse Modifier and Type Method Description default CompletableFuture<DeregisterOnPremisesInstanceResponse>CodeDeployAsyncClient. deregisterOnPremisesInstance(Consumer<DeregisterOnPremisesInstanceRequest.Builder> deregisterOnPremisesInstanceRequest)Deregisters an on-premises instance.default CompletableFuture<DeregisterOnPremisesInstanceResponse>CodeDeployAsyncClient. deregisterOnPremisesInstance(DeregisterOnPremisesInstanceRequest deregisterOnPremisesInstanceRequest)Deregisters an on-premises instance.
-