Uses of Class
software.amazon.awssdk.services.glue.model.ListSchemaVersionsResponse
-
Packages that use ListSchemaVersionsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of ListSchemaVersionsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return ListSchemaVersionsResponse Modifier and Type Method Description default ListSchemaVersionsResponseGlueClient. listSchemaVersions(Consumer<ListSchemaVersionsRequest.Builder> listSchemaVersionsRequest)Returns a list of schema versions that you have created, with minimal information.default ListSchemaVersionsResponseGlueClient. listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)Returns a list of schema versions that you have created, with minimal information.Methods in software.amazon.awssdk.services.glue that return types with arguments of type ListSchemaVersionsResponse Modifier and Type Method Description default CompletableFuture<ListSchemaVersionsResponse>GlueAsyncClient. listSchemaVersions(Consumer<ListSchemaVersionsRequest.Builder> listSchemaVersionsRequest)Returns a list of schema versions that you have created, with minimal information.default CompletableFuture<ListSchemaVersionsResponse>GlueAsyncClient. listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)Returns a list of schema versions that you have created, with minimal information. -
Uses of ListSchemaVersionsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type ListSchemaVersionsResponse Modifier and Type Method Description Iterator<ListSchemaVersionsResponse>ListSchemaVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type ListSchemaVersionsResponse Modifier and Type Method Description voidListSchemaVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchemaVersionsResponse> subscriber)
-