| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
|---|---|
static ApplySchemaRequest.Builder |
ApplySchemaRequest.builder() |
ApplySchemaRequest.Builder |
ApplySchemaRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
ApplySchemaRequest.Builder |
ApplySchemaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ApplySchemaRequest.Builder |
ApplySchemaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ApplySchemaRequest.Builder |
ApplySchemaRequest.Builder.publishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
ApplySchemaRequest.Builder |
ApplySchemaRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplySchemaRequest.Builder> |
ApplySchemaRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.