Uses of Interface
software.amazon.awssdk.services.location.model.ListPlaceIndexesRequest.Builder
-
Packages that use ListPlaceIndexesRequest.Builder Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.model -
-
Uses of ListPlaceIndexesRequest.Builder in software.amazon.awssdk.services.location
-
Uses of ListPlaceIndexesRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return ListPlaceIndexesRequest.Builder Modifier and Type Method Description static ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest. builder()ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest.Builder. maxResults(Integer maxResults)An optional limit for the maximum number of results returned in a single call.ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest.Builder. nextToken(String nextToken)The pagination token specifying which page of results to return in the response.ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPlaceIndexesRequest.BuilderListPlaceIndexesRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type ListPlaceIndexesRequest.Builder Modifier and Type Method Description static Class<? extends ListPlaceIndexesRequest.Builder>ListPlaceIndexesRequest. serializableBuilderClass()
-