Uses of Interface
software.amazon.awssdk.services.location.model.ListMapsResponse.Builder
-
Packages that use ListMapsResponse.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of ListMapsResponse.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ListMapsResponse.Builder Modifier and Type Method Description static ListMapsResponse.BuilderListMapsResponse. builder()ListMapsResponse.BuilderListMapsResponse.Builder. entries(Collection<ListMapsResponseEntry> entries)Contains a list of maps in your Amazon Web Services accountListMapsResponse.BuilderListMapsResponse.Builder. entries(Consumer<ListMapsResponseEntry.Builder>... entries)Contains a list of maps in your Amazon Web Services accountListMapsResponse.BuilderListMapsResponse.Builder. entries(ListMapsResponseEntry... entries)Contains a list of maps in your Amazon Web Services accountListMapsResponse.BuilderListMapsResponse.Builder. nextToken(String nextToken)A pagination token indicating there are additional pages available.ListMapsResponse.BuilderListMapsResponse. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListMapsResponse.Builder Modifier and Type Method Description static Class<? extends ListMapsResponse.Builder>ListMapsResponse. serializableBuilderClass()
-