Package | Description |
---|---|
com.amazonaws.services.directory | |
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
DescribeTrustsResult |
AWSDirectoryServiceClient.describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
DescribeTrustsResult |
AWSDirectoryService.describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
DescribeTrustsResult |
AbstractAWSDirectoryService.describeTrusts(DescribeTrustsRequest request) |
Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request) |
Future<DescribeTrustsResult> |
AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
Future<DescribeTrustsResult> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request) |
Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.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> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.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> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
Modifier and Type | Method and 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(Collection<String> trustIds)
A list of identifiers of the trust relationships for which to obtain the
information.
|
DescribeTrustsRequest |
DescribeTrustsRequest.withTrustIds(String... trustIds)
A list of identifiers of the trust relationships for which to obtain the
information.
|
Copyright © 2018. All rights reserved.