Package | Description |
---|---|
com.amazonaws.services.directory | |
com.amazonaws.services.directory.model |
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.
|
CreateComputerResult |
AbstractAWSDirectoryService.createComputer(CreateComputerRequest request) |
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request) |
Future<CreateComputerResult> |
AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
Future<CreateComputerResult> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request) |
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
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> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
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> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
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 in which to create the computer account.
|
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 © 2018. All rights reserved.