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