Uses of Class
com.amazonaws.services.directory.model.CreateMicrosoftADResult
-
Packages that use CreateMicrosoftADResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateMicrosoftADResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateMicrosoftADResult Modifier and Type Method Description CreateMicrosoftADResultAbstractAWSDirectoryService. createMicrosoftAD(CreateMicrosoftADRequest request)CreateMicrosoftADResultAWSDirectoryService. createMicrosoftAD(CreateMicrosoftADRequest createMicrosoftADRequest)Creates a Microsoft AD in the AWS cloud.CreateMicrosoftADResultAWSDirectoryServiceClient. createMicrosoftAD(CreateMicrosoftADRequest createMicrosoftADRequest)Creates a Microsoft AD in the AWS cloud.Method parameters in com.amazonaws.services.directory with type arguments of type CreateMicrosoftADResult Modifier and Type Method Description Future<CreateMicrosoftADResult>AbstractAWSDirectoryServiceAsync. createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest,CreateMicrosoftADResult> asyncHandler)Future<CreateMicrosoftADResult>AWSDirectoryServiceAsync. createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest, AsyncHandler<CreateMicrosoftADRequest,CreateMicrosoftADResult> asyncHandler)Creates a Microsoft AD in the AWS cloud.Future<CreateMicrosoftADResult>AWSDirectoryServiceAsyncClient. createMicrosoftADAsync(CreateMicrosoftADRequest request, AsyncHandler<CreateMicrosoftADRequest,CreateMicrosoftADResult> asyncHandler) -
Uses of CreateMicrosoftADResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateMicrosoftADResult Modifier and Type Method Description CreateMicrosoftADResultCreateMicrosoftADResult. clone()CreateMicrosoftADResultCreateMicrosoftADResult. withDirectoryId(String directoryId)The identifier of the directory that was created.
-