Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbClusterResponse
-
Packages that use RebootDbClusterResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of RebootDbClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbClusterResponse Modifier and Type Method Description default RebootDbClusterResponseRdsClient. rebootDBCluster(Consumer<RebootDbClusterRequest.Builder> rebootDbClusterRequest)You might need to reboot your DB cluster, usually for maintenance reasons.default RebootDbClusterResponseRdsClient. rebootDBCluster(RebootDbClusterRequest rebootDbClusterRequest)You might need to reboot your DB cluster, usually for maintenance reasons.Methods in software.amazon.awssdk.services.rds that return types with arguments of type RebootDbClusterResponse Modifier and Type Method 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.
-