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