Uses of Class
software.amazon.awssdk.services.redshift.model.SnapshotCopyGrant
-
Packages that use SnapshotCopyGrant Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of SnapshotCopyGrant in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return SnapshotCopyGrant Modifier and Type Method Description SnapshotCopyGrantCreateSnapshotCopyGrantResponse. snapshotCopyGrant()Returns the value of the SnapshotCopyGrant property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type SnapshotCopyGrant Modifier and Type Method Description List<SnapshotCopyGrant>DescribeSnapshotCopyGrantsResponse. snapshotCopyGrants()The list ofSnapshotCopyGrantobjects.Methods in software.amazon.awssdk.services.redshift.model with parameters of type SnapshotCopyGrant Modifier and Type Method Description CreateSnapshotCopyGrantResponse.BuilderCreateSnapshotCopyGrantResponse.Builder. snapshotCopyGrant(SnapshotCopyGrant snapshotCopyGrant)Sets the value of the SnapshotCopyGrant property for this object.DescribeSnapshotCopyGrantsResponse.BuilderDescribeSnapshotCopyGrantsResponse.Builder. snapshotCopyGrants(SnapshotCopyGrant... snapshotCopyGrants)The list ofSnapshotCopyGrantobjects.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type SnapshotCopyGrant Modifier and Type Method Description DescribeSnapshotCopyGrantsResponse.BuilderDescribeSnapshotCopyGrantsResponse.Builder. snapshotCopyGrants(Collection<SnapshotCopyGrant> snapshotCopyGrants)The list ofSnapshotCopyGrantobjects. -
Uses of SnapshotCopyGrant in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type SnapshotCopyGrant Modifier and Type Method Description SdkIterable<SnapshotCopyGrant>DescribeSnapshotCopyGrantsIterable. snapshotCopyGrants()Returns an iterable to iterate through the paginatedDescribeSnapshotCopyGrantsResponse.snapshotCopyGrants()member.SdkPublisher<SnapshotCopyGrant>DescribeSnapshotCopyGrantsPublisher. snapshotCopyGrants()Returns a publisher that can be used to get a stream of data.
-