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