Uses of Class
com.amazonaws.services.directory.model.DeleteTrustResult
Packages that use DeleteTrustResult
-
Uses of DeleteTrustResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DeleteTrustResultModifier and TypeMethodDescriptionAbstractAWSDirectoryService.deleteTrust
(DeleteTrustRequest request) AWSDirectoryService.deleteTrust
(DeleteTrustRequest deleteTrustRequest) Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.AWSDirectoryServiceClient.deleteTrust
(DeleteTrustRequest deleteTrustRequest) Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.Methods in com.amazonaws.services.directory that return types with arguments of type DeleteTrustResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest request) AbstractAWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) AWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest deleteTrustRequest) Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.AWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest deleteTrustRequest, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.AWSDirectoryServiceAsyncClient.deleteTrustAsync
(DeleteTrustRequest request) AWSDirectoryServiceAsyncClient.deleteTrustAsync
(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type DeleteTrustResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) AWSDirectoryServiceAsync.deleteTrustAsync
(DeleteTrustRequest deleteTrustRequest, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.AWSDirectoryServiceAsyncClient.deleteTrustAsync
(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest, DeleteTrustResult> asyncHandler) -
Uses of DeleteTrustResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DeleteTrustResultModifier and TypeMethodDescriptionDeleteTrustResult.clone()
DeleteTrustResult.withTrustId
(String trustId) The Trust ID of the trust relationship that was deleted.