Uses of Class
software.amazon.awssdk.services.codedeploy.model.RegisterOnPremisesInstanceResponse
-
Packages that use RegisterOnPremisesInstanceResponse 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 RegisterOnPremisesInstanceResponse in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that return RegisterOnPremisesInstanceResponse Modifier and Type Method Description default RegisterOnPremisesInstanceResponseCodeDeployClient. registerOnPremisesInstance(Consumer<RegisterOnPremisesInstanceRequest.Builder> registerOnPremisesInstanceRequest)Registers an on-premises instance.default RegisterOnPremisesInstanceResponseCodeDeployClient. registerOnPremisesInstance(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest)Registers an on-premises instance.Methods in software.amazon.awssdk.services.codedeploy that return types with arguments of type RegisterOnPremisesInstanceResponse Modifier and Type Method Description default CompletableFuture<RegisterOnPremisesInstanceResponse>CodeDeployAsyncClient. registerOnPremisesInstance(Consumer<RegisterOnPremisesInstanceRequest.Builder> registerOnPremisesInstanceRequest)Registers an on-premises instance.default CompletableFuture<RegisterOnPremisesInstanceResponse>CodeDeployAsyncClient. registerOnPremisesInstance(RegisterOnPremisesInstanceRequest registerOnPremisesInstanceRequest)Registers an on-premises instance.
-