Uses of Class
software.amazon.awssdk.services.glue.model.ListSchemasResponse
-
Packages that use ListSchemasResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListSchemasResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListSchemasResponse Modifier and Type Method Description default ListSchemasResponseGlueClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Returns a list of schemas with minimal details.default ListSchemasResponseGlueClient. listSchemas(ListSchemasRequest listSchemasRequest)Returns a list of schemas with minimal details.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListSchemasResponse Modifier and Type Method Description default CompletableFuture<ListSchemasResponse>GlueAsyncClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Returns a list of schemas with minimal details.default CompletableFuture<ListSchemasResponse>GlueAsyncClient. listSchemas(ListSchemasRequest listSchemasRequest)Returns a list of schemas with minimal details. -
Uses of ListSchemasResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListSchemasResponse Modifier and Type Method Description Iterator<ListSchemasResponse>ListSchemasIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListSchemasResponse Modifier and Type Method Description voidListSchemasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchemasResponse> subscriber)
-