Uses of Class
com.amazonaws.services.directory.model.CreateComputerResult
-
Packages that use CreateComputerResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateComputerResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateComputerResult Modifier and Type Method Description CreateComputerResultAbstractAWSDirectoryService. createComputer(CreateComputerRequest request)CreateComputerResultAWSDirectoryService. createComputer(CreateComputerRequest createComputerRequest)Creates a computer account in the specified directory, and joins the computer to the directory.CreateComputerResultAWSDirectoryServiceClient. createComputer(CreateComputerRequest createComputerRequest)Creates a computer account in the specified directory, and joins the computer to the directory.Methods in com.amazonaws.services.directory that return types with arguments of type CreateComputerResult Modifier and Type Method Description 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 CreateComputerResult 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 CreateComputerResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateComputerResult Modifier and Type Method Description CreateComputerResultCreateComputerResult. clone()CreateComputerResultCreateComputerResult. withComputer(Computer computer)A Computer object that represents the computer account.
-