Uses of Class
software.amazon.awssdk.services.glue.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of Field in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Field Modifier and Type Method Description List<Field>DescribeEntityResponse. fields()Describes the fields for that connector entity.Methods in software.amazon.awssdk.services.glue.model with parameters of type Field Modifier and Type Method Description DescribeEntityResponse.BuilderDescribeEntityResponse.Builder. fields(Field... fields)Describes the fields for that connector entity.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Field Modifier and Type Method Description DescribeEntityResponse.BuilderDescribeEntityResponse.Builder. fields(Collection<Field> fields)Describes the fields for that connector entity. -
Uses of Field in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type Field Modifier and Type Method Description SdkIterable<Field>DescribeEntityIterable. fields()Returns an iterable to iterate through the paginatedDescribeEntityResponse.fields()member.SdkPublisher<Field>DescribeEntityPublisher. fields()Returns a publisher that can be used to get a stream of data.
-