Package | Description |
---|---|
software.amazon.awssdk.services.rds |
|
Modifier and Type | Method and Description |
---|---|
default RebootDbClusterResponse |
RdsClient.rebootDBCluster(Consumer<RebootDbClusterRequest.Builder> rebootDbClusterRequest)
You might need to reboot your DB cluster, usually for maintenance reasons.
|
default RebootDbClusterResponse |
RdsClient.rebootDBCluster(RebootDbClusterRequest rebootDbClusterRequest)
You might need to reboot your DB cluster, usually for maintenance reasons.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<RebootDbClusterResponse> |
RdsAsyncClient.rebootDBCluster(Consumer<RebootDbClusterRequest.Builder> rebootDbClusterRequest)
You might need to reboot your DB cluster, usually for maintenance reasons.
|
default CompletableFuture<RebootDbClusterResponse> |
RdsAsyncClient.rebootDBCluster(RebootDbClusterRequest rebootDbClusterRequest)
You might need to reboot your DB cluster, usually for maintenance reasons.
|
Copyright © 2022. All rights reserved.