Uses of Class
com.amazonaws.services.directory.model.DescribeTrustsResult
-
Packages that use DescribeTrustsResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DescribeTrustsResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DescribeTrustsResult 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.Method parameters in com.amazonaws.services.directory with type arguments of type DescribeTrustsResult 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 DescribeTrustsResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeTrustsResult Modifier and Type Method Description DescribeTrustsResultDescribeTrustsResult. clone()DescribeTrustsResultDescribeTrustsResult. withNextToken(String nextToken)If not null, more results are available.DescribeTrustsResultDescribeTrustsResult. withTrusts(Trust... trusts)The list of Trust objects that were retrieved.DescribeTrustsResultDescribeTrustsResult. withTrusts(Collection<Trust> trusts)The list of Trust objects that were retrieved.
-