| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Trust> |
DescribeTrustsResponse.trusts()
The list of Trust objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustsResponse.Builder |
DescribeTrustsResponse.Builder.trusts(Trust... trusts)
The list of Trust objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrustsResponse.Builder |
DescribeTrustsResponse.Builder.trusts(Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Trust> |
DescribeTrustsIterable.trusts()
Returns an iterable to iterate through the paginated
DescribeTrustsResponse.trusts() member. |
SdkPublisher<Trust> |
DescribeTrustsPublisher.trusts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.