Uses of Class
software.amazon.awssdk.services.location.model.ListPlaceIndexesResponseEntry
-
Packages that use ListPlaceIndexesResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListPlaceIndexesResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListPlaceIndexesResponseEntry Modifier and Type Method Description List<ListPlaceIndexesResponseEntry>ListPlaceIndexesResponse. entries()Lists the place index resources that exist in your Amazon Web Services accountMethods in software.amazon.awssdk.services.location.model with parameters of type ListPlaceIndexesResponseEntry Modifier and Type Method Description ListPlaceIndexesResponse.BuilderListPlaceIndexesResponse.Builder. entries(ListPlaceIndexesResponseEntry... entries)Lists the place index resources that exist in your Amazon Web Services accountMethod parameters in software.amazon.awssdk.services.location.model with type arguments of type ListPlaceIndexesResponseEntry Modifier and Type Method Description ListPlaceIndexesResponse.BuilderListPlaceIndexesResponse.Builder. entries(Collection<ListPlaceIndexesResponseEntry> entries)Lists the place index resources that exist in your Amazon Web Services account -
Uses of ListPlaceIndexesResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListPlaceIndexesResponseEntry Modifier and Type Method Description SdkIterable<ListPlaceIndexesResponseEntry>ListPlaceIndexesIterable. entries()Returns an iterable to iterate through the paginatedListPlaceIndexesResponse.entries()member.SdkPublisher<ListPlaceIndexesResponseEntry>ListPlaceIndexesPublisher. entries()Returns a publisher that can be used to get a stream of data.
-