Uses of Class
com.amazonaws.services.directory.model.CreateComputerRequest
-
Packages that use CreateComputerRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateComputerRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateComputerRequest Modifier and Type Method Description CreateComputerResult
AbstractAWSDirectoryService. createComputer(CreateComputerRequest request)
CreateComputerResult
AWSDirectoryService. createComputer(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the computer to the directory.CreateComputerResult
AWSDirectoryServiceClient. createComputer(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>
AbstractAWSDirectoryServiceAsync. createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Future<CreateComputerResult>
AWSDirectoryServiceAsync. 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 request)
Future<CreateComputerResult>
AWSDirectoryServiceAsyncClient. createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Method parameters in com.amazonaws.services.directory with type arguments of type CreateComputerRequest Modifier and Type Method Description Future<CreateComputerResult>
AbstractAWSDirectoryServiceAsync. 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>
AWSDirectoryServiceAsyncClient. createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
-
Uses of CreateComputerRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateComputerRequest Modifier and Type Method 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.
-