Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeSnapshotCopyGrantsRequest
-
Packages that use DescribeSnapshotCopyGrantsRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators software.amazon.awssdk.services.redshift.transform -
-
Uses of DescribeSnapshotCopyGrantsRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DescribeSnapshotCopyGrantsRequest Modifier and Type Method Description default CompletableFuture<DescribeSnapshotCopyGrantsResponse>RedshiftAsyncClient. describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default DescribeSnapshotCopyGrantsResponseRedshiftClient. describeSnapshotCopyGrants(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default DescribeSnapshotCopyGrantsPublisherRedshiftAsyncClient. describeSnapshotCopyGrantsPaginator(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default DescribeSnapshotCopyGrantsIterableRedshiftClient. describeSnapshotCopyGrantsPaginator(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region. -
Uses of DescribeSnapshotCopyGrantsRequest in software.amazon.awssdk.services.redshift.paginators
Constructors in software.amazon.awssdk.services.redshift.paginators with parameters of type DescribeSnapshotCopyGrantsRequest Constructor Description DescribeSnapshotCopyGrantsIterable(RedshiftClient client, DescribeSnapshotCopyGrantsRequest firstRequest)DescribeSnapshotCopyGrantsPublisher(RedshiftAsyncClient client, DescribeSnapshotCopyGrantsRequest firstRequest) -
Uses of DescribeSnapshotCopyGrantsRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DescribeSnapshotCopyGrantsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSnapshotCopyGrantsRequestMarshaller. marshall(DescribeSnapshotCopyGrantsRequest describeSnapshotCopyGrantsRequest)
-