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 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.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 DescribeTrustsRequest
DescribeTrustsRequest. clone()
DescribeTrustsRequest
DescribeTrustsRequest. withDirectoryId(String directoryId)
The Directory ID of the AWS directory that is a part of the requested trust relationship.DescribeTrustsRequest
DescribeTrustsRequest. withLimit(Integer limit)
The maximum number of objects to return.DescribeTrustsRequest
DescribeTrustsRequest. withNextToken(String nextToken)
The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.DescribeTrustsRequest
DescribeTrustsRequest. withTrustIds(String... trustIds)
A list of identifiers of the trust relationships for which to obtain the information.DescribeTrustsRequest
DescribeTrustsRequest. withTrustIds(Collection<String> trustIds)
A list of identifiers of the trust relationships for which to obtain the information.
-