Uses of Class
software.amazon.awssdk.services.redshiftdata.model.GetStatementResultV2Response
-
Packages that use GetStatementResultV2Response 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 GetStatementResultV2Response in software.amazon.awssdk.services.redshiftdata
Methods in software.amazon.awssdk.services.redshiftdata that return GetStatementResultV2Response Modifier and Type Method Description default GetStatementResultV2ResponseRedshiftDataClient. getStatementResultV2(Consumer<GetStatementResultV2Request.Builder> getStatementResultV2Request)Fetches the temporarily cached result of an SQL statement in CSV format.default GetStatementResultV2ResponseRedshiftDataClient. getStatementResultV2(GetStatementResultV2Request getStatementResultV2Request)Fetches the temporarily cached result of an SQL statement in CSV format.Methods in software.amazon.awssdk.services.redshiftdata that return types with arguments of type GetStatementResultV2Response Modifier and Type Method Description default CompletableFuture<GetStatementResultV2Response>RedshiftDataAsyncClient. getStatementResultV2(Consumer<GetStatementResultV2Request.Builder> getStatementResultV2Request)Fetches the temporarily cached result of an SQL statement in CSV format.default CompletableFuture<GetStatementResultV2Response>RedshiftDataAsyncClient. getStatementResultV2(GetStatementResultV2Request getStatementResultV2Request)Fetches the temporarily cached result of an SQL statement in CSV format. -
Uses of GetStatementResultV2Response in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type GetStatementResultV2Response Modifier and Type Method Description Iterator<GetStatementResultV2Response>GetStatementResultV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftdata.paginators with type arguments of type GetStatementResultV2Response Modifier and Type Method Description voidGetStatementResultV2Publisher. subscribe(org.reactivestreams.Subscriber<? super GetStatementResultV2Response> subscriber)
-