Uses of Class
software.amazon.awssdk.services.glue.model.CreateSchemaRequest
-
Packages that use CreateSchemaRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of CreateSchemaRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type CreateSchemaRequest Modifier and Type Method Description default CompletableFuture<CreateSchemaResponse>GlueAsyncClient. createSchema(CreateSchemaRequest 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. -
Uses of CreateSchemaRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type CreateSchemaRequest Modifier and Type Method Description SdkHttpFullRequestCreateSchemaRequestMarshaller. marshall(CreateSchemaRequest createSchemaRequest)
-