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