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