Uses of Class
com.amazonaws.services.directory.model.CreateTrustResult
-
Packages that use CreateTrustResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of CreateTrustResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return CreateTrustResult 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.Methods in com.amazonaws.services.directory that return types with arguments of type CreateTrustResult Modifier and Type Method Description 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 CreateTrustResult 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 CreateTrustResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return CreateTrustResult Modifier and Type Method Description CreateTrustResultCreateTrustResult. clone()CreateTrustResultCreateTrustResult. withTrustId(String trustId)A unique identifier for the trust relationship that was created.
-