| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts()
Obtains information about the trust relationships for this account.
|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeTrustsResponse> |
DirectoryAsyncClient.describeTrusts()
Obtains information about the trust relationships for this account.
|
default CompletableFuture<DescribeTrustsResponse> |
DirectoryAsyncClient.describeTrusts(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default CompletableFuture<DescribeTrustsResponse> |
DirectoryAsyncClient.describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeTrustsResponse> |
DescribeTrustsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrustsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeTrustsResponse> subscriber) |
Copyright © 2022. All rights reserved.