Uses of Class
com.amazonaws.services.directory.model.DeleteTrustRequest
Packages that use DeleteTrustRequest
-
Uses of DeleteTrustRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DeleteTrustRequestModifier 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.AbstractAWSDirectoryServiceAsync.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 DeleteTrustRequestModifier 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 DeleteTrustRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DeleteTrustRequestModifier and TypeMethodDescriptionDeleteTrustRequest.clone()
DeleteTrustRequest.withDeleteAssociatedConditionalForwarder
(Boolean deleteAssociatedConditionalForwarder) DeleteTrustRequest.withTrustId
(String trustId) The Trust ID of the trust relationship to be deleted.