Uses of Class
com.amazonaws.services.directory.model.DescribeTrustsRequest
-
Packages that use DescribeTrustsRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DescribeTrustsRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DescribeTrustsRequest Modifier and Type Method Description DescribeTrustsResultAbstractAWSDirectoryService. describeTrusts(DescribeTrustsRequest request)DescribeTrustsResultAWSDirectoryService. describeTrusts(DescribeTrustsRequest describeTrustsRequest)Obtains information about the trust relationships for this account.DescribeTrustsResultAWSDirectoryServiceClient. describeTrusts(DescribeTrustsRequest describeTrustsRequest)Obtains information about the trust relationships for this account.Future<DescribeTrustsResult>AbstractAWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest request)Future<DescribeTrustsResult>AbstractAWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)Future<DescribeTrustsResult>AWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest)Obtains information about the trust relationships for this account.Future<DescribeTrustsResult>AWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)Obtains information about the trust relationships for this account.Future<DescribeTrustsResult>AWSDirectoryServiceAsyncClient. describeTrustsAsync(DescribeTrustsRequest request)Future<DescribeTrustsResult>AWSDirectoryServiceAsyncClient. describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)Method parameters in com.amazonaws.services.directory with type arguments of type DescribeTrustsRequest Modifier and Type Method Description Future<DescribeTrustsResult>AbstractAWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)Future<DescribeTrustsResult>AWSDirectoryServiceAsync. describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)Obtains information about the trust relationships for this account.Future<DescribeTrustsResult>AWSDirectoryServiceAsyncClient. describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) -
Uses of DescribeTrustsRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeTrustsRequest Modifier and Type Method Description DescribeTrustsRequestDescribeTrustsRequest. clone()DescribeTrustsRequestDescribeTrustsRequest. withDirectoryId(String directoryId)The Directory ID of the AWS directory that is a part of the requested trust relationship.DescribeTrustsRequestDescribeTrustsRequest. withLimit(Integer limit)The maximum number of objects to return.DescribeTrustsRequestDescribeTrustsRequest. withNextToken(String nextToken)The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.DescribeTrustsRequestDescribeTrustsRequest. withTrustIds(String... trustIds)A list of identifiers of the trust relationships for which to obtain the information.DescribeTrustsRequestDescribeTrustsRequest. withTrustIds(Collection<String> trustIds)A list of identifiers of the trust relationships for which to obtain the information.
-