Uses of Class
com.amazonaws.services.directory.model.DescribeTrustsRequest
Packages that use DescribeTrustsRequest
-
Uses of DescribeTrustsRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DescribeTrustsRequestModifier 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.AbstractAWSDirectoryServiceAsync.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 DescribeTrustsRequestModifier 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 DescribeTrustsRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DescribeTrustsRequestModifier and TypeMethodDescriptionDescribeTrustsRequest.clone()DescribeTrustsRequest.withDirectoryId(String directoryId) The Directory ID of the AWS directory that is a part of the requested trust relationship.The maximum number of objects to return.DescribeTrustsRequest.withNextToken(String nextToken) The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.DescribeTrustsRequest.withTrustIds(String... trustIds) A list of identifiers of the trust relationships for which to obtain the information.DescribeTrustsRequest.withTrustIds(Collection<String> trustIds) A list of identifiers of the trust relationships for which to obtain the information.