Uses of Class
com.amazonaws.services.directory.model.CreateAliasRequest
-
Packages that use CreateAliasRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateAliasRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateAliasRequest Modifier and Type Method Description CreateAliasResult
AbstractAWSDirectoryService. createAlias(CreateAliasRequest request)
CreateAliasResult
AWSDirectoryService. createAlias(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.CreateAliasResult
AWSDirectoryServiceClient. createAlias(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.Future<CreateAliasResult>
AbstractAWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest request)
Future<CreateAliasResult>
AbstractAWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Future<CreateAliasResult>
AWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.Future<CreateAliasResult>
AWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the directory.Future<CreateAliasResult>
AWSDirectoryServiceAsyncClient. createAliasAsync(CreateAliasRequest request)
Future<CreateAliasResult>
AWSDirectoryServiceAsyncClient. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Method parameters in com.amazonaws.services.directory with type arguments of type CreateAliasRequest Modifier and Type Method Description Future<CreateAliasResult>
AbstractAWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Future<CreateAliasResult>
AWSDirectoryServiceAsync. createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the directory.Future<CreateAliasResult>
AWSDirectoryServiceAsyncClient. createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
-
Uses of CreateAliasRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateAliasRequest Modifier and Type Method Description CreateAliasRequest
CreateAliasRequest. clone()
CreateAliasRequest
CreateAliasRequest. withAlias(String alias)
The requested alias.CreateAliasRequest
CreateAliasRequest. withDirectoryId(String directoryId)
The identifier of the directory for which to create the alias.
-