Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeSnapshotCopyGrantsResponse
-
Packages that use DescribeSnapshotCopyGrantsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeSnapshotCopyGrantsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeSnapshotCopyGrantsResponse Modifier and Type Method Description default DescribeSnapshotCopyGrantsResponseRedshiftClient. describeSnapshotCopyGrants()Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default DescribeSnapshotCopyGrantsResponseRedshiftClient. describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> 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.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeSnapshotCopyGrantsResponse Modifier and Type Method Description default CompletableFuture<DescribeSnapshotCopyGrantsResponse>RedshiftAsyncClient. describeSnapshotCopyGrants()Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default CompletableFuture<DescribeSnapshotCopyGrantsResponse>RedshiftAsyncClient. describeSnapshotCopyGrants(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.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. -
Uses of DescribeSnapshotCopyGrantsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DescribeSnapshotCopyGrantsResponse Modifier and Type Method Description Iterator<DescribeSnapshotCopyGrantsResponse>DescribeSnapshotCopyGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.redshift.paginators with type arguments of type DescribeSnapshotCopyGrantsResponse Modifier and Type Method Description voidDescribeSnapshotCopyGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotCopyGrantsResponse> subscriber)
-