| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
CreateComputerResult |
CreateComputerResult.clone() |
CreateComputerResult |
CreateComputerResult.withComputer(Computer computer)
A Computer object the represents the computer account.
|
Copyright © 2015. All rights reserved.