Uses of Class
software.amazon.awssdk.services.clouddirectory.model.CreateSchemaRequest
-
Packages that use CreateSchemaRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of CreateSchemaRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type CreateSchemaRequest Modifier and Type Method Description default CompletableFuture<CreateSchemaResponse>CloudDirectoryAsyncClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates a new schema in a development state.default CreateSchemaResponseCloudDirectoryClient. createSchema(CreateSchemaRequest createSchemaRequest)Creates a new schema in a development state. -
Uses of CreateSchemaRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type CreateSchemaRequest Modifier and Type Method Description SdkHttpFullRequestCreateSchemaRequestMarshaller. marshall(CreateSchemaRequest createSchemaRequest)
-