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