| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default PublishSchemaResponse |
CloudDirectoryClient.publishSchema(Consumer<PublishSchemaRequest.Builder> publishSchemaRequest)
Publishes a development schema with a major version and a recommended minor version.
|
default PublishSchemaResponse |
CloudDirectoryClient.publishSchema(PublishSchemaRequest publishSchemaRequest)
Publishes a development schema with a major version and a recommended minor version.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.