Uses of Class
software.amazon.awssdk.services.glue.model.ListEntitiesResponse
-
Packages that use ListEntitiesResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListEntitiesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListEntitiesResponse Modifier and Type Method Description default ListEntitiesResponseGlueClient. listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)Returns the available entities supported by the connection type.default ListEntitiesResponseGlueClient. listEntities(ListEntitiesRequest listEntitiesRequest)Returns the available entities supported by the connection type.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListEntitiesResponse Modifier and Type Method Description default CompletableFuture<ListEntitiesResponse>GlueAsyncClient. listEntities(Consumer<ListEntitiesRequest.Builder> listEntitiesRequest)Returns the available entities supported by the connection type.default CompletableFuture<ListEntitiesResponse>GlueAsyncClient. listEntities(ListEntitiesRequest listEntitiesRequest)Returns the available entities supported by the connection type. -
Uses of ListEntitiesResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListEntitiesResponse Modifier and Type Method Description Iterator<ListEntitiesResponse>ListEntitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListEntitiesResponse Modifier and Type Method Description voidListEntitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntitiesResponse> subscriber)
-