Package | Description |
---|---|
com.amazonaws.services.directory | |
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateComputerResult |
AbstractAWSDirectoryService.createComputer(CreateComputerRequest request) |
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.
|
java.util.concurrent.Future<CreateComputerResult> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request) |
java.util.concurrent.Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request) |
java.util.concurrent.Future<CreateComputerResult> |
AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the
computer to the directory.
|
java.util.concurrent.Future<CreateComputerResult> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
java.util.concurrent.Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
java.util.concurrent.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateComputerResult> |
AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
java.util.concurrent.Future<CreateComputerResult> |
AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler) |
java.util.concurrent.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.
|
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(java.util.Collection<Attribute> computerAttributes)
An array of Attribute objects that contain any LDAP attributes to
apply to the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withComputerName(java.lang.String computerName)
The name of the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withDirectoryId(java.lang.String directoryId)
The identifier of the directory in which to create the computer account.
|
CreateComputerRequest |
CreateComputerRequest.withOrganizationalUnitDistinguishedName(java.lang.String organizationalUnitDistinguishedName)
The fully-qualified distinguished name of the organizational unit to
place the computer account in.
|
CreateComputerRequest |
CreateComputerRequest.withPassword(java.lang.String password)
A one-time password that is used to join the computer to the directory.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateComputerRequest> |
CreateComputerRequestMarshaller.marshall(CreateComputerRequest createComputerRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateComputerRequest> |
CreateComputerRequestMarshaller.marshall(CreateComputerRequest createComputerRequest) |