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 CreateTrustResult
AbstractAWSDirectoryService. createTrust(CreateTrustRequest request)
CreateTrustResult
AWSDirectoryService. createTrust(CreateTrustRequest createTrustRequest)
AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships.CreateTrustResult
AWSDirectoryServiceClient. 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 CreateTrustRequest
CreateTrustRequest. clone()
CreateTrustRequest
CreateTrustRequest. withConditionalForwarderIpAddrs(String... conditionalForwarderIpAddrs)
NOTE: This method appends the values to the existing list (if any).CreateTrustRequest
CreateTrustRequest. withConditionalForwarderIpAddrs(Collection<String> conditionalForwarderIpAddrs)
CreateTrustRequest
CreateTrustRequest. withDirectoryId(String directoryId)
The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.CreateTrustRequest
CreateTrustRequest. withRemoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.CreateTrustRequest
CreateTrustRequest. withTrustDirection(TrustDirection trustDirection)
The direction of the trust relationship.CreateTrustRequest
CreateTrustRequest. withTrustDirection(String trustDirection)
The direction of the trust relationship.CreateTrustRequest
CreateTrustRequest. withTrustPassword(String trustPassword)
The trust password.CreateTrustRequest
CreateTrustRequest. withTrustType(TrustType trustType)
The trust relationship type.CreateTrustRequest
CreateTrustRequest. withTrustType(String trustType)
The trust relationship type.
-