Uses of Class
software.amazon.awssdk.services.glue.model.GetSchemaResponse
-
Packages that use GetSchemaResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetSchemaResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetSchemaResponse Modifier and Type Method Description default GetSchemaResponseGlueClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Describes the specified schema in detail.default GetSchemaResponseGlueClient. getSchema(GetSchemaRequest getSchemaRequest)Describes the specified schema in detail.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetSchemaResponse Modifier and Type Method Description default CompletableFuture<GetSchemaResponse>GlueAsyncClient. getSchema(Consumer<GetSchemaRequest.Builder> getSchemaRequest)Describes the specified schema in detail.default CompletableFuture<GetSchemaResponse>GlueAsyncClient. getSchema(GetSchemaRequest getSchemaRequest)Describes the specified schema in detail.
-