Uses of Class
com.amazonaws.services.directory.model.CreateComputerRequest
Packages that use CreateComputerRequest
-
Uses of CreateComputerRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateComputerRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.createComputer(CreateComputerRequest request) AWSDirectoryService.createComputer(CreateComputerRequest createComputerRequest) Creates a computer account in the specified directory, and joins the computer to the directory.AWSDirectoryServiceClient.createComputer(CreateComputerRequest createComputerRequest) Creates a computer account in the specified directory, and joins the computer to the directory.AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request) AbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest, CreateComputerResult> asyncHandler) AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest) Creates a computer account in the specified directory, and joins the computer to the directory.AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest, AsyncHandler<CreateComputerRequest, CreateComputerResult> asyncHandler) Creates a computer account in the specified directory, and joins the computer to the directory.AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request) AWSDirectoryServiceAsyncClient.createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest, CreateComputerResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type CreateComputerRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest request, AsyncHandler<CreateComputerRequest, CreateComputerResult> asyncHandler) AWSDirectoryServiceAsync.createComputerAsync(CreateComputerRequest createComputerRequest, AsyncHandler<CreateComputerRequest, CreateComputerResult> asyncHandler) Creates a computer account in the specified directory, and joins the computer to the directory.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 CreateComputerRequestModifier and TypeMethodDescriptionCreateComputerRequest.clone()CreateComputerRequest.withComputerAttributes(Attribute... computerAttributes) An array of Attribute objects that contain any LDAP attributes to apply to the computer account.CreateComputerRequest.withComputerAttributes(Collection<Attribute> computerAttributes) An array of Attribute objects that contain any LDAP attributes to apply to the computer account.CreateComputerRequest.withComputerName(String computerName) The name of the computer account.CreateComputerRequest.withDirectoryId(String directoryId) The identifier of the directory in which to create the computer account.CreateComputerRequest.withOrganizationalUnitDistinguishedName(String organizationalUnitDistinguishedName) The fully-qualified distinguished name of the organizational unit to place the computer account in.CreateComputerRequest.withPassword(String password) A one-time password that is used to join the computer to the directory.