Uses of Class
software.amazon.awssdk.services.redshiftdata.model.DescribeTableResponse
-
Packages that use DescribeTableResponse Package Description software.amazon.awssdk.services.redshiftdata You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables.software.amazon.awssdk.services.redshiftdata.paginators -
-
Uses of DescribeTableResponse in software.amazon.awssdk.services.redshiftdata
Methods in software.amazon.awssdk.services.redshiftdata that return DescribeTableResponse Modifier and Type Method Description default DescribeTableResponseRedshiftDataClient. describeTable(Consumer<DescribeTableRequest.Builder> describeTableRequest)Describes the detailed information about a table from metadata in the cluster.default DescribeTableResponseRedshiftDataClient. describeTable(DescribeTableRequest describeTableRequest)Describes the detailed information about a table from metadata in the cluster.Methods in software.amazon.awssdk.services.redshiftdata that return types with arguments of type DescribeTableResponse Modifier and Type Method Description default CompletableFuture<DescribeTableResponse>RedshiftDataAsyncClient. describeTable(Consumer<DescribeTableRequest.Builder> describeTableRequest)Describes the detailed information about a table from metadata in the cluster.default CompletableFuture<DescribeTableResponse>RedshiftDataAsyncClient. describeTable(DescribeTableRequest describeTableRequest)Describes the detailed information about a table from metadata in the cluster. -
Uses of DescribeTableResponse in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type DescribeTableResponse Modifier and Type Method Description Iterator<DescribeTableResponse>DescribeTableIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftdata.paginators with type arguments of type DescribeTableResponse Modifier and Type Method Description voidDescribeTablePublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTableResponse> subscriber)
-