Uses of Class
software.amazon.awssdk.services.clouddirectory.model.PublishSchemaResponse
-
Packages that use PublishSchemaResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of PublishSchemaResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return PublishSchemaResponse Modifier and Type Method Description default PublishSchemaResponseCloudDirectoryClient. publishSchema(Consumer<PublishSchemaRequest.Builder> publishSchemaRequest)Publishes a development schema with a major version and a recommended minor version.default PublishSchemaResponseCloudDirectoryClient. publishSchema(PublishSchemaRequest publishSchemaRequest)Publishes a development schema with a major version and a recommended minor version.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type PublishSchemaResponse Modifier and Type Method Description default CompletableFuture<PublishSchemaResponse>CloudDirectoryAsyncClient. publishSchema(Consumer<PublishSchemaRequest.Builder> publishSchemaRequest)Publishes a development schema with a major version and a recommended minor version.default CompletableFuture<PublishSchemaResponse>CloudDirectoryAsyncClient. publishSchema(PublishSchemaRequest publishSchemaRequest)Publishes a development schema with a major version and a recommended minor version.
-