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