| 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 |
|---|---|
CreateComputerResult |
AWSDirectoryServiceClient.createComputer(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
CreateComputerResult |
AWSDirectoryService.createComputer(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest createComputerRequest,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComputerResult> |
AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest createComputerRequest,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
CreateComputerRequest |
CreateComputerRequest.clone() |
CreateComputerRequest |
CreateComputerRequest.withComputerAttributes(Attribute... computerAttributes)
An array of Attribute objects that contain any LDAP attributes
to apply to the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withComputerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes
to apply to the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withComputerName(String computerName)
The name of the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withDirectoryId(String directoryId)
The identifier of the directory to create the computer account in.
|
CreateComputerRequest |
CreateComputerRequest.withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The fully-qualified distinguished name of the organizational unit to
place the computer account in.
|
CreateComputerRequest |
CreateComputerRequest.withPassword(String password)
A one-time password that is used to join the computer to the
directory.
|
Copyright © 2015. All rights reserved.