Uses of Interface
software.amazon.awssdk.services.redshift.model.DescribeSnapshotCopyGrantsRequest.Builder
-
Packages that use DescribeSnapshotCopyGrantsRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of DescribeSnapshotCopyGrantsRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type DescribeSnapshotCopyGrantsRequest.Builder Modifier and Type Method Description 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 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 DescribeSnapshotCopyGrantsPublisherRedshiftAsyncClient. describeSnapshotCopyGrantsPaginator(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region.default DescribeSnapshotCopyGrantsIterableRedshiftClient. describeSnapshotCopyGrantsPaginator(Consumer<DescribeSnapshotCopyGrantsRequest.Builder> describeSnapshotCopyGrantsRequest)Returns a list of snapshot copy grants owned by the Amazon Web Services account in the destination region. -
Uses of DescribeSnapshotCopyGrantsRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DescribeSnapshotCopyGrantsRequest.Builder Modifier and Type Method Description static DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest. builder()DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. marker(String marker)An optional parameter that specifies the starting point to return a set of response records.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. maxRecords(Integer maxRecords)The maximum number of response records to return in each call.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. snapshotCopyGrantName(String snapshotCopyGrantName)The name of the snapshot copy grant.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. tagKeys(String... tagKeys)A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. tagKeys(Collection<String> tagKeys)A tag key or keys for which you want to return all matching resources that are associated with the specified key or keys.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. tagValues(String... tagValues)A tag value or values for which you want to return all matching resources that are associated with the specified value or values.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest.Builder. tagValues(Collection<String> tagValues)A tag value or values for which you want to return all matching resources that are associated with the specified value or values.DescribeSnapshotCopyGrantsRequest.BuilderDescribeSnapshotCopyGrantsRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DescribeSnapshotCopyGrantsRequest.Builder Modifier and Type Method Description static Class<? extends DescribeSnapshotCopyGrantsRequest.Builder>DescribeSnapshotCopyGrantsRequest. serializableBuilderClass()
-