Uses of Class
software.amazon.awssdk.services.glue.model.Entity
-
Packages that use Entity Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of Entity in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Entity Modifier and Type Method Description List<Entity>ListEntitiesResponse. entities()A list ofEntityobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type Entity Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entities(Entity... entities)A list ofEntityobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Entity Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. entities(Collection<Entity> entities)A list ofEntityobjects. -
Uses of Entity in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type Entity Modifier and Type Method Description SdkIterable<Entity>ListEntitiesIterable. entities()Returns an iterable to iterate through the paginatedListEntitiesResponse.entities()member.SdkPublisher<Entity>ListEntitiesPublisher. entities()Returns a publisher that can be used to get a stream of data.
-