Uses of Class
com.amazonaws.services.directory.model.DescribeTrustsResult
Packages that use DescribeTrustsResult
-
Uses of DescribeTrustsResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DescribeTrustsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryService.describeTrusts(DescribeTrustsRequest request) AWSDirectoryService.describeTrusts(DescribeTrustsRequest describeTrustsRequest) Obtains information about the trust relationships for this account.AWSDirectoryServiceClient.describeTrusts(DescribeTrustsRequest describeTrustsRequest) Obtains information about the trust relationships for this account.Methods in com.amazonaws.services.directory that return types with arguments of type DescribeTrustsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request) AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest, DescribeTrustsResult> asyncHandler) AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest) Obtains information about the trust relationships for this account.AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest, AsyncHandler<DescribeTrustsRequest, DescribeTrustsResult> asyncHandler) Obtains information about the trust relationships for this account.AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request) AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest, DescribeTrustsResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type DescribeTrustsResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request, AsyncHandler<DescribeTrustsRequest, DescribeTrustsResult> asyncHandler) AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest, AsyncHandler<DescribeTrustsRequest, DescribeTrustsResult> asyncHandler) Obtains information about the trust relationships for this account.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 DescribeTrustsResultModifier and TypeMethodDescriptionDescribeTrustsResult.clone()DescribeTrustsResult.withNextToken(String nextToken) If not null, more results are available.DescribeTrustsResult.withTrusts(Trust... trusts) The list of Trust objects that were retrieved.DescribeTrustsResult.withTrusts(Collection<Trust> trusts) The list of Trust objects that were retrieved.