| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model | |
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListPlaceIndexesResponseEntry> |
ListPlaceIndexesResponse.entries()
Lists the place index resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponse.Builder |
ListPlaceIndexesResponse.Builder.entries(ListPlaceIndexesResponseEntry... entries)
Lists the place index resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaceIndexesResponse.Builder |
ListPlaceIndexesResponse.Builder.entries(Collection<ListPlaceIndexesResponseEntry> entries)
Lists the place index resources that exist in your AWS account
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListPlaceIndexesResponseEntry> |
ListPlaceIndexesPublisher.entries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListPlaceIndexesResponseEntry> |
ListPlaceIndexesIterable.entries()
Returns an iterable to iterate through the paginated
ListPlaceIndexesResponse.entries() member. |
Copyright © 2022. All rights reserved.