Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbInstanceResponse
Packages that use RebootDbInstanceResponse
-
Uses of RebootDbInstanceResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbInstanceResponseModifier and TypeMethodDescriptiondefault 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 RebootDbInstanceResponseModifier and TypeMethodDescriptionRdsAsyncClient.rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest) You might need to reboot your DB instance, usually for maintenance reasons.RdsAsyncClient.rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest) You might need to reboot your DB instance, usually for maintenance reasons.