Uses of Interface
software.amazon.awssdk.services.redshift.model.DescribeDataSharesRequest.Builder
-
Packages that use DescribeDataSharesRequest.Builder Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.model -
-
Uses of DescribeDataSharesRequest.Builder in software.amazon.awssdk.services.redshift
Method parameters in software.amazon.awssdk.services.redshift with type arguments of type DescribeDataSharesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeDataSharesResponse>RedshiftAsyncClient. describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default DescribeDataSharesResponseRedshiftClient. describeDataShares(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default DescribeDataSharesPublisherRedshiftAsyncClient. describeDataSharesPaginator(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account.default DescribeDataSharesIterableRedshiftClient. describeDataSharesPaginator(Consumer<DescribeDataSharesRequest.Builder> describeDataSharesRequest)Shows the status of any inbound or outbound datashares available in the specified account. -
Uses of DescribeDataSharesRequest.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DescribeDataSharesRequest.Builder Modifier and Type Method Description static DescribeDataSharesRequest.BuilderDescribeDataSharesRequest. builder()DescribeDataSharesRequest.BuilderDescribeDataSharesRequest.Builder. dataShareArn(String dataShareArn)The identifier of the datashare to describe details of.DescribeDataSharesRequest.BuilderDescribeDataSharesRequest.Builder. marker(String marker)An optional parameter that specifies the starting point to return a set of response records.DescribeDataSharesRequest.BuilderDescribeDataSharesRequest.Builder. maxRecords(Integer maxRecords)The maximum number of response records to return in each call.DescribeDataSharesRequest.BuilderDescribeDataSharesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDataSharesRequest.BuilderDescribeDataSharesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeDataSharesRequest.BuilderDescribeDataSharesRequest. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DescribeDataSharesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeDataSharesRequest.Builder>DescribeDataSharesRequest. serializableBuilderClass()
-