| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.builder() |
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(Collection<SearchForTextResult> results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(Consumer<SearchForTextResult.Builder>... results)
A list of Places matching the input text.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.results(SearchForTextResult... results)
A list of Places matching the input text.
|
default SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.summary(Consumer<SearchPlaceIndexForTextSummary.Builder> summary)
Contains a summary of the request.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.Builder.summary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
SearchPlaceIndexForTextResponse.Builder |
SearchPlaceIndexForTextResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForTextResponse.Builder> |
SearchPlaceIndexForTextResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.