Uses of Class
software.amazon.awssdk.services.opsworks.model.RegisterRdsDbInstanceResponse
-
Packages that use RegisterRdsDbInstanceResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of RegisterRdsDbInstanceResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return RegisterRdsDbInstanceResponse Modifier and Type Method Description default RegisterRdsDbInstanceResponseOpsWorksClient. registerRdsDbInstance(Consumer<RegisterRdsDbInstanceRequest.Builder> registerRdsDbInstanceRequest)Registers an Amazon RDS instance with a stack.default RegisterRdsDbInstanceResponseOpsWorksClient. registerRdsDbInstance(RegisterRdsDbInstanceRequest registerRdsDbInstanceRequest)Registers an Amazon RDS instance with a stack.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type RegisterRdsDbInstanceResponse Modifier and Type Method Description default CompletableFuture<RegisterRdsDbInstanceResponse>OpsWorksAsyncClient. registerRdsDbInstance(Consumer<RegisterRdsDbInstanceRequest.Builder> registerRdsDbInstanceRequest)Registers an Amazon RDS instance with a stack.default CompletableFuture<RegisterRdsDbInstanceResponse>OpsWorksAsyncClient. registerRdsDbInstance(RegisterRdsDbInstanceRequest registerRdsDbInstanceRequest)Registers an Amazon RDS instance with a stack.
-