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