Uses of Class
com.amazonaws.services.directory.model.DeleteTrustResult
-
Packages that use DeleteTrustResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DeleteTrustResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DeleteTrustResult Modifier and Type Method Description DeleteTrustResult
AbstractAWSDirectoryService. deleteTrust(DeleteTrustRequest request)
DeleteTrustResult
AWSDirectoryService. deleteTrust(DeleteTrustRequest deleteTrustRequest)
Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.DeleteTrustResult
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 DeleteTrustResult Modifier and Type Method Description Future<DeleteTrustResult>
AbstractAWSDirectoryServiceAsync. deleteTrustAsync(DeleteTrustRequest request)
Future<DeleteTrustResult>
AbstractAWSDirectoryServiceAsync. deleteTrustAsync(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
Future<DeleteTrustResult>
AWSDirectoryServiceAsync. deleteTrustAsync(DeleteTrustRequest deleteTrustRequest)
Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.Future<DeleteTrustResult>
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.Future<DeleteTrustResult>
AWSDirectoryServiceAsyncClient. deleteTrustAsync(DeleteTrustRequest request)
Future<DeleteTrustResult>
AWSDirectoryServiceAsyncClient. deleteTrustAsync(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
Method parameters in com.amazonaws.services.directory with type arguments of type DeleteTrustResult Modifier and Type Method Description Future<DeleteTrustResult>
AbstractAWSDirectoryServiceAsync. deleteTrustAsync(DeleteTrustRequest request, AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
Future<DeleteTrustResult>
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.Future<DeleteTrustResult>
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 DeleteTrustResult Modifier and Type Method Description DeleteTrustResult
DeleteTrustResult. clone()
DeleteTrustResult
DeleteTrustResult. withTrustId(String trustId)
The Trust ID of the trust relationship that was deleted.
-