Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbInstanceResponse
-
Packages that use RebootDbInstanceResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RebootDbInstanceResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbInstanceResponse Modifier and Type Method Description default RebootDbInstanceResponseRdsClient. rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest)You might need to reboot your DB instance, usually for maintenance reasons.default RebootDbInstanceResponseRdsClient. rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest)You might need to reboot your DB instance, usually for maintenance reasons.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RebootDbInstanceResponse Modifier and Type Method Description default CompletableFuture<RebootDbInstanceResponse>RdsAsyncClient. rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest)You might need to reboot your DB instance, usually for maintenance reasons.default CompletableFuture<RebootDbInstanceResponse>RdsAsyncClient. rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest)You might need to reboot your DB instance, usually for maintenance reasons.
-