| Package | Description |
|---|---|
| com.amazonaws.services.directory |
Synchronous and asynchronous client classes for accessing AWSDirectoryService.
|
| com.amazonaws.services.directory.model |
Classes modeling the various types represented by AWSDirectoryService.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAliasResult |
AWSDirectoryServiceClient.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the
directory.
|
CreateAliasResult |
AWSDirectoryService.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the
directory.
|
Future<CreateAliasResult> |
AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the
directory.
|
Future<CreateAliasResult> |
AWSDirectoryServiceAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the
directory.
|
Future<CreateAliasResult> |
AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the
directory.
|
Future<CreateAliasResult> |
AWSDirectoryServiceAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the
directory.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAliasResult> |
AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the
directory.
|
Future<CreateAliasResult> |
AWSDirectoryServiceAsyncClient.createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the
directory.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest |
CreateAliasRequest.clone() |
CreateAliasRequest |
CreateAliasRequest.withAlias(String alias)
The requested alias.
|
CreateAliasRequest |
CreateAliasRequest.withDirectoryId(String directoryId)
The identifier of the directory to create the alias for.
|
Copyright © 2015. All rights reserved.