Uses of Class
com.amazonaws.services.directory.model.CreateTrustRequest
Packages that use CreateTrustRequest
-
Uses of CreateTrustRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type CreateTrustRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.createTrust
(CreateTrustRequest request) AWSDirectoryService.createTrust
(CreateTrustRequest createTrustRequest) AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.AWSDirectoryServiceClient.createTrust
(CreateTrustRequest createTrustRequest) AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.AbstractAWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest request) AbstractAWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest request, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) AWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest createTrustRequest) AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.AWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest createTrustRequest, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.AWSDirectoryServiceAsyncClient.createTrustAsync
(CreateTrustRequest request) AWSDirectoryServiceAsyncClient.createTrustAsync
(CreateTrustRequest request, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type CreateTrustRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest request, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) AWSDirectoryServiceAsync.createTrustAsync
(CreateTrustRequest createTrustRequest, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.AWSDirectoryServiceAsyncClient.createTrustAsync
(CreateTrustRequest request, AsyncHandler<CreateTrustRequest, CreateTrustResult> asyncHandler) -
Uses of CreateTrustRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateTrustRequestModifier and TypeMethodDescriptionCreateTrustRequest.clone()
CreateTrustRequest.withConditionalForwarderIpAddrs
(String... conditionalForwarderIpAddrs) NOTE: This method appends the values to the existing list (if any).CreateTrustRequest.withConditionalForwarderIpAddrs
(Collection<String> conditionalForwarderIpAddrs) CreateTrustRequest.withDirectoryId
(String directoryId) The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.CreateTrustRequest.withRemoteDomainName
(String remoteDomainName) The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.CreateTrustRequest.withTrustDirection
(TrustDirection trustDirection) The direction of the trust relationship.CreateTrustRequest.withTrustDirection
(String trustDirection) The direction of the trust relationship.CreateTrustRequest.withTrustPassword
(String trustPassword) The trust password.CreateTrustRequest.withTrustType
(TrustType trustType) The trust relationship type.CreateTrustRequest.withTrustType
(String trustType) The trust relationship type.