| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSchemaExtensionResult> |
AbstractAWSDirectoryServiceAsync.startSchemaExtensionAsync(StartSchemaExtensionRequest request,
AsyncHandler<StartSchemaExtensionRequest,StartSchemaExtensionResult> asyncHandler) |
Future<StartSchemaExtensionResult> |
AWSDirectoryServiceAsync.startSchemaExtensionAsync(StartSchemaExtensionRequest startSchemaExtensionRequest,
AsyncHandler<StartSchemaExtensionRequest,StartSchemaExtensionResult> asyncHandler)
Applies a schema extension to a Microsoft AD directory.
|
Future<StartSchemaExtensionResult> |
AWSDirectoryServiceAsyncClient.startSchemaExtensionAsync(StartSchemaExtensionRequest request,
AsyncHandler<StartSchemaExtensionRequest,StartSchemaExtensionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSchemaExtensionRequest |
StartSchemaExtensionRequest.clone() |
StartSchemaExtensionRequest |
StartSchemaExtensionRequest.withCreateSnapshotBeforeSchemaExtension(Boolean createSnapshotBeforeSchemaExtension)
If true, creates a snapshot of the directory before applying the schema extension.
|
StartSchemaExtensionRequest |
StartSchemaExtensionRequest.withDescription(String description)
A description of the schema extension.
|
StartSchemaExtensionRequest |
StartSchemaExtensionRequest.withDirectoryId(String directoryId)
The identifier of the directory for which the schema extension will be applied to.
|
StartSchemaExtensionRequest |
StartSchemaExtensionRequest.withLdifContent(String ldifContent)
The LDIF file represented as a string.
|
Copyright © 2016. All rights reserved.