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