| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchListingsResponse.Builder |
SearchListingsResponse.builder() |
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(Collection<SearchResultItem> items)
The results of the
SearchListings action. |
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(Consumer<SearchResultItem.Builder>... items)
The results of the
SearchListings action. |
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.items(SearchResultItem... items)
The results of the
SearchListings action. |
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. |
SearchListingsResponse.Builder |
SearchListingsResponse.toBuilder() |
SearchListingsResponse.Builder |
SearchListingsResponse.Builder.totalMatchCount(Integer totalMatchCount)
Total number of search results.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchListingsResponse.Builder> |
SearchListingsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.