| Package | Description |
|---|---|
| software.amazon.awssdk.services.schemas.model | |
| software.amazon.awssdk.services.schemas.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DiscovererSummary> |
ListDiscoverersResponse.discoverers()
An array of DiscovererSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersResponse.Builder |
ListDiscoverersResponse.Builder.discoverers(DiscovererSummary... discoverers)
An array of DiscovererSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersResponse.Builder |
ListDiscoverersResponse.Builder.discoverers(Collection<DiscovererSummary> discoverers)
An array of DiscovererSummary information.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DiscovererSummary> |
ListDiscoverersPublisher.discoverers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DiscovererSummary> |
ListDiscoverersIterable.discoverers()
Returns an iterable to iterate through the paginated
ListDiscoverersResponse.discoverers() member. |
Copyright © 2022. All rights reserved.