Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbInstanceRequest
-
Packages that use RebootDbInstanceRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of RebootDbInstanceRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type RebootDbInstanceRequest Modifier and Type Method Description default CompletableFuture<RebootDbInstanceResponse>RdsAsyncClient. rebootDBInstance(RebootDbInstanceRequest 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. -
Uses of RebootDbInstanceRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type RebootDbInstanceRequest Modifier and Type Method Description SdkHttpFullRequestRebootDbInstanceRequestMarshaller. marshall(RebootDbInstanceRequest rebootDbInstanceRequest)
-