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