Uses of Class
com.amazonaws.services.directory.model.CreateMicrosoftADRequest
Packages that use CreateMicrosoftADRequest
-
Uses of CreateMicrosoftADRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateMicrosoftADRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.createMicrosoftAD(CreateMicrosoftADRequest request) AWSDirectoryService.createMicrosoftAD(CreateMicrosoftADRequest createMicrosoftADRequest) Creates a Microsoft AD in the AWS cloud.AWSDirectoryServiceClient.createMicrosoftAD(CreateMicrosoftADRequest createMicrosoftADRequest) Creates a Microsoft AD in the AWS cloud.AbstractAWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest request) AbstractAWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) AWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest) Creates a Microsoft AD in the AWS cloud.AWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) Creates a Microsoft AD in the AWS cloud.AWSDirectoryServiceAsyncClient.createMicrosoftADAsync(CreateMicrosoftADRequest request) AWSDirectoryServiceAsyncClient.createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type CreateMicrosoftADRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) AWSDirectoryServiceAsync.createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) Creates a Microsoft AD in the AWS cloud.AWSDirectoryServiceAsyncClient.createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest, CreateMicrosoftADResult> asyncHandler) -
Uses of CreateMicrosoftADRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateMicrosoftADRequestModifier and TypeMethodDescriptionCreateMicrosoftADRequest.clone()CreateMicrosoftADRequest.withDescription(String description) A textual description for the directory.The fully qualified domain name for the directory, such ascorp.example.com.CreateMicrosoftADRequest.withPassword(String password) The password for the default administrative user namedAdmin.CreateMicrosoftADRequest.withShortName(String shortName) The NetBIOS name for your domain.CreateMicrosoftADRequest.withVpcSettings(DirectoryVpcSettings vpcSettings)