Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbClusterResponse
Packages that use RebootDbClusterResponse
-
Uses of RebootDbClusterResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return RebootDbClusterResponseModifier and TypeMethodDescriptiondefault 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 RebootDbClusterResponseModifier and TypeMethodDescriptiondefault 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.