Uses of Class
software.amazon.awssdk.services.location.model.ListMapsResponseEntry
-
Packages that use ListMapsResponseEntry Package Description software.amazon.awssdk.services.location.model software.amazon.awssdk.services.location.paginators -
-
Uses of ListMapsResponseEntry in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListMapsResponseEntry Modifier and Type Method Description List<ListMapsResponseEntry>ListMapsResponse. entries()Contains a list of maps in your Amazon Web Services accountMethods in software.amazon.awssdk.services.location.model with parameters of type ListMapsResponseEntry Modifier and Type Method Description ListMapsResponse.BuilderListMapsResponse.Builder. entries(ListMapsResponseEntry... entries)Contains a list of maps in your Amazon Web Services accountMethod parameters in software.amazon.awssdk.services.location.model with type arguments of type ListMapsResponseEntry Modifier and Type Method Description ListMapsResponse.BuilderListMapsResponse.Builder. entries(Collection<ListMapsResponseEntry> entries)Contains a list of maps in your Amazon Web Services account -
Uses of ListMapsResponseEntry in software.amazon.awssdk.services.location.paginators
Methods in software.amazon.awssdk.services.location.paginators that return types with arguments of type ListMapsResponseEntry Modifier and Type Method Description SdkIterable<ListMapsResponseEntry>ListMapsIterable. entries()Returns an iterable to iterate through the paginatedListMapsResponse.entries()member.SdkPublisher<ListMapsResponseEntry>ListMapsPublisher. entries()Returns a publisher that can be used to get a stream of data.
-