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