Uses of Class
com.amazonaws.services.directory.model.CreateComputerResult
Packages that use CreateComputerResult
-
Uses of CreateComputerResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateComputerResultModifier 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.Methods in com.amazonaws.services.directory that return types with arguments of type CreateComputerResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.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 CreateComputerResultModifier 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 CreateComputerResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateComputerResultModifier and TypeMethodDescriptionCreateComputerResult.clone()
CreateComputerResult.withComputer
(Computer computer) A Computer object that represents the computer account.