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