Uses of Interface
software.amazon.awssdk.services.rds.model.RebootDbClusterResponse.Builder
-
Packages that use RebootDbClusterResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of RebootDbClusterResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return RebootDbClusterResponse.Builder Modifier and Type Method Description static RebootDbClusterResponse.BuilderRebootDbClusterResponse. builder()default RebootDbClusterResponse.BuilderRebootDbClusterResponse.Builder. dbCluster(Consumer<DBCluster.Builder> dbCluster)Sets the value of the DBCluster property for this object.RebootDbClusterResponse.BuilderRebootDbClusterResponse.Builder. dbCluster(DBCluster dbCluster)Sets the value of the DBCluster property for this object.RebootDbClusterResponse.BuilderRebootDbClusterResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type RebootDbClusterResponse.Builder Modifier and Type Method Description static Class<? extends RebootDbClusterResponse.Builder>RebootDbClusterResponse. serializableBuilderClass()
-