Uses of Class
software.amazon.awssdk.services.redshiftdata.model.QueryRecords
-
Packages that use QueryRecords Package Description software.amazon.awssdk.services.redshiftdata.model software.amazon.awssdk.services.redshiftdata.paginators -
-
Uses of QueryRecords in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return QueryRecords Modifier and Type Method Description static QueryRecordsQueryRecords. fromCsvRecords(String csvRecords)Create an instance of this class withcsvRecords()initialized to the given value.Methods in software.amazon.awssdk.services.redshiftdata.model that return types with arguments of type QueryRecords Modifier and Type Method Description List<QueryRecords>GetStatementResultV2Response. records()The results of the SQL statement in CSV format.Methods in software.amazon.awssdk.services.redshiftdata.model with parameters of type QueryRecords Modifier and Type Method Description GetStatementResultV2Response.BuilderGetStatementResultV2Response.Builder. records(QueryRecords... records)The results of the SQL statement in CSV format.Method parameters in software.amazon.awssdk.services.redshiftdata.model with type arguments of type QueryRecords Modifier and Type Method Description GetStatementResultV2Response.BuilderGetStatementResultV2Response.Builder. records(Collection<QueryRecords> records)The results of the SQL statement in CSV format. -
Uses of QueryRecords in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type QueryRecords Modifier and Type Method Description SdkIterable<QueryRecords>GetStatementResultV2Iterable. records()Returns an iterable to iterate through the paginatedGetStatementResultV2Response.records()member.SdkPublisher<QueryRecords>GetStatementResultV2Publisher. records()Returns a publisher that can be used to get a stream of data.
-