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 CreateMicrosoftADResult
AbstractAWSDirectoryService. createMicrosoftAD(CreateMicrosoftADRequest request)
CreateMicrosoftADResult
AWSDirectoryService. createMicrosoftAD(CreateMicrosoftADRequest createMicrosoftADRequest)
Creates a Microsoft AD in the AWS cloud.CreateMicrosoftADResult
AWSDirectoryServiceClient. 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 CreateMicrosoftADResult
CreateMicrosoftADResult. clone()
CreateMicrosoftADResult
CreateMicrosoftADResult. withDirectoryId(String directoryId)
The identifier of the directory that was created.
-