Uses of Class
software.amazon.awssdk.services.redshiftdata.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.redshiftdata.model software.amazon.awssdk.services.redshiftdata.paginators -
-
Uses of Field in software.amazon.awssdk.services.redshiftdata.model
Methods in software.amazon.awssdk.services.redshiftdata.model that return Field Modifier and Type Method Description static FieldField. fromBlobValue(SdkBytes blobValue)Create an instance of this class withblobValue()initialized to the given value.static FieldField. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static FieldField. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static FieldField. fromIsNull(Boolean isNull)Create an instance of this class withisNull()initialized to the given value.static FieldField. fromLongValue(Long longValue)Create an instance of this class withlongValue()initialized to the given value.static FieldField. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.Methods in software.amazon.awssdk.services.redshiftdata.model that return types with arguments of type Field Modifier and Type Method Description List<List<Field>>GetStatementResultResponse. records()The results of the SQL statement in JSON format.Method parameters in software.amazon.awssdk.services.redshiftdata.model with type arguments of type Field Modifier and Type Method Description GetStatementResultResponse.BuilderGetStatementResultResponse.Builder. records(Collection<? extends Collection<Field>> records)The results of the SQL statement in JSON format. -
Uses of Field in software.amazon.awssdk.services.redshiftdata.paginators
Methods in software.amazon.awssdk.services.redshiftdata.paginators that return types with arguments of type Field Modifier and Type Method Description SdkIterable<List<Field>>GetStatementResultIterable. records()Returns an iterable to iterate through the paginatedGetStatementResultResponse.records()member.SdkPublisher<List<Field>>GetStatementResultPublisher. records()Returns a publisher that can be used to get a stream of data.
-