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