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