| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
ApplySchemaResult |
AmazonCloudDirectoryClient.applySchema(ApplySchemaRequest request)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
ApplySchemaResult |
AbstractAmazonCloudDirectory.applySchema(ApplySchemaRequest request) |
ApplySchemaResult |
AmazonCloudDirectory.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.
|
Future<ApplySchemaResult> |
AbstractAmazonCloudDirectoryAsync.applySchemaAsync(ApplySchemaRequest request) |
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsync.applySchemaAsync(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.
|
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsyncClient.applySchemaAsync(ApplySchemaRequest request) |
Future<ApplySchemaResult> |
AbstractAmazonCloudDirectoryAsync.applySchemaAsync(ApplySchemaRequest request,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler) |
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsync.applySchemaAsync(ApplySchemaRequest applySchemaRequest,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsyncClient.applySchemaAsync(ApplySchemaRequest request,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ApplySchemaResult> |
AbstractAmazonCloudDirectoryAsync.applySchemaAsync(ApplySchemaRequest request,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler) |
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsync.applySchemaAsync(ApplySchemaRequest applySchemaRequest,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler)
Copies the input published schema, at the specified version, into the Directory with the same name and
version as that of the published schema.
|
Future<ApplySchemaResult> |
AmazonCloudDirectoryAsyncClient.applySchemaAsync(ApplySchemaRequest request,
AsyncHandler<ApplySchemaRequest,ApplySchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ApplySchemaRequest |
ApplySchemaRequest.clone() |
ApplySchemaRequest |
ApplySchemaRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied.
|
ApplySchemaRequest |
ApplySchemaRequest.withPublishedSchemaArn(String publishedSchemaArn)
Published schema Amazon Resource Name (ARN) that needs to be copied.
|
Copyright © 2024. All rights reserved.