Uses of Class
software.amazon.awssdk.services.rds.model.RebootDbClusterRequest
-
Packages that use RebootDbClusterRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of RebootDbClusterRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type RebootDbClusterRequest Modifier and Type Method Description default CompletableFuture<RebootDbClusterResponse>RdsAsyncClient. rebootDBCluster(RebootDbClusterRequest 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. -
Uses of RebootDbClusterRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type RebootDbClusterRequest Modifier and Type Method Description SdkHttpFullRequestRebootDbClusterRequestMarshaller. marshall(RebootDbClusterRequest rebootDbClusterRequest)
-