| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default ApplySchemaResponse |
CloudDirectoryClient.applySchema(ApplySchemaRequest applySchemaRequest)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
default ApplySchemaResponse |
CloudDirectoryClient.applySchema(Consumer<ApplySchemaRequest.Builder> applySchemaRequest)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ApplySchemaResponse> |
CloudDirectoryAsyncClient.applySchema(ApplySchemaRequest applySchemaRequest)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
default CompletableFuture<ApplySchemaResponse> |
CloudDirectoryAsyncClient.applySchema(Consumer<ApplySchemaRequest.Builder> applySchemaRequest)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
Copyright © 2022. All rights reserved.