Uses of Class
software.amazon.awssdk.services.glue.model.CreateSchemaResponse
-
Packages that use CreateSchemaResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateSchemaResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateSchemaResponse Modifier and Type Method Description default CreateSchemaResponseGlueClient. createSchema(Consumer<CreateSchemaRequest.Builder> createSchemaRequest)Creates a new schema set and registers the schema definition.default CreateSchemaResponseGlueClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates a new schema set and registers the schema definition.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateSchemaResponse Modifier and Type Method Description default CompletableFuture<CreateSchemaResponse>GlueAsyncClient. createSchema(Consumer<CreateSchemaRequest.Builder> createSchemaRequest)Creates a new schema set and registers the schema definition.default CompletableFuture<CreateSchemaResponse>GlueAsyncClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates a new schema set and registers the schema definition.
-