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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
DescribeTrustsResult |
DescribeTrustsResult.clone() |
DescribeTrustsResult |
DescribeTrustsResult.withNextToken(java.lang.String nextToken)
If not null, more results are available.
|
DescribeTrustsResult |
DescribeTrustsResult.withTrusts(java.util.Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
DescribeTrustsResult |
DescribeTrustsResult.withTrusts(Trust... trusts)
The list of Trust objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustsResult |
DescribeTrustsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |