Uses of Class
software.amazon.awssdk.services.docdb.model.RebootDbInstanceResponse
-
Packages that use RebootDbInstanceResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of RebootDbInstanceResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return RebootDbInstanceResponse Modifier and Type Method Description default RebootDbInstanceResponseDocDbClient. rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest)You might need to reboot your instance, usually for maintenance reasons.default RebootDbInstanceResponseDocDbClient. rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest)You might need to reboot your instance, usually for maintenance reasons.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type RebootDbInstanceResponse Modifier and Type Method Description default CompletableFuture<RebootDbInstanceResponse>DocDbAsyncClient. rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest)You might need to reboot your instance, usually for maintenance reasons.default CompletableFuture<RebootDbInstanceResponse>DocDbAsyncClient. rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest)You might need to reboot your instance, usually for maintenance reasons.
-