Uses of Class
software.amazon.awssdk.services.redshiftdata.model.GetStatementResultResponse
-
Packages that use GetStatementResultResponse 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 GetStatementResultResponse in software.amazon.awssdk.services.redshiftdata
Methods in software.amazon.awssdk.services.redshiftdata that return GetStatementResultResponse Modifier and Type Method Description default GetStatementResultResponseRedshiftDataClient. getStatementResult(Consumer<GetStatementResultRequest.Builder> getStatementResultRequest)Fetches the temporarily cached result of an SQL statement in JSON format.default GetStatementResultResponseRedshiftDataClient. getStatementResult(GetStatementResultRequest getStatementResultRequest)Fetches the temporarily cached result of an SQL statement in JSON format.Methods in software.amazon.awssdk.services.redshiftdata that return types with arguments of type GetStatementResultResponse Modifier and Type Method Description default CompletableFuture<GetStatementResultResponse>RedshiftDataAsyncClient. getStatementResult(Consumer<GetStatementResultRequest.Builder> getStatementResultRequest)Fetches the temporarily cached result of an SQL statement in JSON format.default CompletableFuture<GetStatementResultResponse>RedshiftDataAsyncClient. getStatementResult(GetStatementResultRequest getStatementResultRequest)Fetches the temporarily cached result of an SQL statement in JSON format. -
Uses of GetStatementResultResponse in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type GetStatementResultResponse Modifier and Type Method Description Iterator<GetStatementResultResponse>GetStatementResultIterable. iterator()Method parameters in software.amazon.awssdk.services.redshiftdata.paginators with type arguments of type GetStatementResultResponse Modifier and Type Method Description voidGetStatementResultPublisher. subscribe(org.reactivestreams.Subscriber<? super GetStatementResultResponse> subscriber)
-