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