Uses of Class
com.amazonaws.services.directory.model.CreateAliasRequest
Packages that use CreateAliasRequest
-
Uses of CreateAliasRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateAliasRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.createAlias(CreateAliasRequest request) AWSDirectoryService.createAlias(CreateAliasRequest createAliasRequest) Creates an alias for a directory and assigns the alias to the directory.AWSDirectoryServiceClient.createAlias(CreateAliasRequest createAliasRequest) Creates an alias for a directory and assigns the alias to the directory.AbstractAWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest request) AbstractAWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest, CreateAliasResult> asyncHandler) AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest) Creates an alias for a directory and assigns the alias to the directory.AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult> asyncHandler) Creates an alias for a directory and assigns the alias to the directory.AWSDirectoryServiceAsyncClient.createAliasAsync(CreateAliasRequest request) AWSDirectoryServiceAsyncClient.createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest, CreateAliasResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type CreateAliasRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest request, AsyncHandler<CreateAliasRequest, CreateAliasResult> asyncHandler) AWSDirectoryServiceAsync.createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest, CreateAliasResult> asyncHandler) Creates an alias for a directory and assigns the alias to the directory.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 CreateAliasRequestModifier and TypeMethodDescriptionCreateAliasRequest.clone()The requested alias.CreateAliasRequest.withDirectoryId(String directoryId) The identifier of the directory for which to create the alias.