| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune |
|
| Modifier and Type | Method and Description |
|---|---|
default RebootDbInstanceResponse |
NeptuneClient.rebootDBInstance(Consumer<RebootDbInstanceRequest.Builder> rebootDbInstanceRequest)
You might need to reboot your DB instance, usually for maintenance reasons.
|
default RebootDbInstanceResponse |
NeptuneClient.rebootDBInstance(RebootDbInstanceRequest rebootDbInstanceRequest)
You might need to reboot your DB instance, usually for maintenance reasons.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.