Uses of Class
software.amazon.awssdk.services.opsworks.model.RegisterInstanceResponse
-
Packages that use RegisterInstanceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of RegisterInstanceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return RegisterInstanceResponse Modifier and Type Method Description default RegisterInstanceResponseOpsWorksClient. registerInstance(Consumer<RegisterInstanceRequest.Builder> registerInstanceRequest)Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.default RegisterInstanceResponseOpsWorksClient. registerInstance(RegisterInstanceRequest registerInstanceRequest)Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type RegisterInstanceResponse Modifier and Type Method Description default CompletableFuture<RegisterInstanceResponse>OpsWorksAsyncClient. registerInstance(Consumer<RegisterInstanceRequest.Builder> registerInstanceRequest)Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.default CompletableFuture<RegisterInstanceResponse>OpsWorksAsyncClient. registerInstance(RegisterInstanceRequest registerInstanceRequest)Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.
-