Uses of Class
software.amazon.awssdk.services.redshift.model.DataShare
-
Packages that use DataShare Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of DataShare in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DataShare Modifier and Type Method Description List<DataShare>DescribeDataSharesForConsumerResponse. dataShares()Shows the results of datashares available for consumers.List<DataShare>DescribeDataSharesForProducerResponse. dataShares()Shows the results of datashares available for producers.List<DataShare>DescribeDataSharesResponse. dataShares()The results returned from describing datashares.Methods in software.amazon.awssdk.services.redshift.model with parameters of type DataShare Modifier and Type Method Description DescribeDataSharesForConsumerResponse.BuilderDescribeDataSharesForConsumerResponse.Builder. dataShares(DataShare... dataShares)Shows the results of datashares available for consumers.DescribeDataSharesForProducerResponse.BuilderDescribeDataSharesForProducerResponse.Builder. dataShares(DataShare... dataShares)Shows the results of datashares available for producers.DescribeDataSharesResponse.BuilderDescribeDataSharesResponse.Builder. dataShares(DataShare... dataShares)The results returned from describing datashares.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type DataShare Modifier and Type Method Description DescribeDataSharesForConsumerResponse.BuilderDescribeDataSharesForConsumerResponse.Builder. dataShares(Collection<DataShare> dataShares)Shows the results of datashares available for consumers.DescribeDataSharesForProducerResponse.BuilderDescribeDataSharesForProducerResponse.Builder. dataShares(Collection<DataShare> dataShares)Shows the results of datashares available for producers.DescribeDataSharesResponse.BuilderDescribeDataSharesResponse.Builder. dataShares(Collection<DataShare> dataShares)The results returned from describing datashares. -
Uses of DataShare in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type DataShare Modifier and Type Method Description SdkIterable<DataShare>DescribeDataSharesForConsumerIterable. dataShares()Returns an iterable to iterate through the paginatedDescribeDataSharesForConsumerResponse.dataShares()member.SdkPublisher<DataShare>DescribeDataSharesForConsumerPublisher. dataShares()Returns a publisher that can be used to get a stream of data.SdkIterable<DataShare>DescribeDataSharesForProducerIterable. dataShares()Returns an iterable to iterate through the paginatedDescribeDataSharesForProducerResponse.dataShares()member.SdkPublisher<DataShare>DescribeDataSharesForProducerPublisher. dataShares()Returns a publisher that can be used to get a stream of data.SdkIterable<DataShare>DescribeDataSharesIterable. dataShares()Returns an iterable to iterate through the paginatedDescribeDataSharesResponse.dataShares()member.SdkPublisher<DataShare>DescribeDataSharesPublisher. dataShares()Returns a publisher that can be used to get a stream of data.
-