Package | Description |
---|---|
com.amazonaws.services.directory | |
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeTrustsResult |
AbstractAWSDirectoryService.describeTrusts(DescribeTrustsRequest request) |
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.
|
java.util.concurrent.Future<DescribeTrustsResult> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
java.util.concurrent.Future<DescribeTrustsResult> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)
Obtains information about the trust relationships for this account.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeTrustsResult> |
AbstractAWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsyncClient.describeTrustsAsync(DescribeTrustsRequest request,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler) |
java.util.concurrent.Future<DescribeTrustsResult> |
AWSDirectoryServiceAsync.describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)
Obtains information about the trust relationships for this account.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustsRequest |
DescribeTrustsRequest.clone() |
DescribeTrustsRequest |
DescribeTrustsRequest.withDirectoryId(java.lang.String directoryId)
The Directory ID of the AWS directory that is a part of the requested
trust relationship.
|
DescribeTrustsRequest |
DescribeTrustsRequest.withLimit(java.lang.Integer limit)
The maximum number of objects to return.
|
DescribeTrustsRequest |
DescribeTrustsRequest.withNextToken(java.lang.String nextToken)
The DescribeTrustsResult.NextToken value from a previous call to
DescribeTrusts.
|
DescribeTrustsRequest |
DescribeTrustsRequest.withTrustIds(java.util.Collection<java.lang.String> trustIds)
A list of identifiers of the trust relationships for which to obtain the
information.
|
DescribeTrustsRequest |
DescribeTrustsRequest.withTrustIds(java.lang.String... trustIds)
A list of identifiers of the trust relationships for which to obtain the
information.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeTrustsRequest> |
DescribeTrustsRequestMarshaller.marshall(DescribeTrustsRequest describeTrustsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeTrustsRequest> |
DescribeTrustsRequestMarshaller.marshall(DescribeTrustsRequest describeTrustsRequest) |