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