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 DescribeTrustsResult
AbstractAWSDirectoryService. describeTrusts(DescribeTrustsRequest request)
DescribeTrustsResult
AWSDirectoryService. describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.DescribeTrustsResult
AWSDirectoryServiceClient. 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 DescribeTrustsResult
DescribeTrustsResult. clone()
DescribeTrustsResult
DescribeTrustsResult. withNextToken(String nextToken)
If not null, more results are available.DescribeTrustsResult
DescribeTrustsResult. withTrusts(Trust... trusts)
The list of Trust objects that were retrieved.DescribeTrustsResult
DescribeTrustsResult. withTrusts(Collection<Trust> trusts)
The list of Trust objects that were retrieved.
-