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