Uses of Interface
software.amazon.awssdk.services.location.model.UpdatePlaceIndexRequest.Builder
-
Packages that use UpdatePlaceIndexRequest.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 UpdatePlaceIndexRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type UpdatePlaceIndexRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePlaceIndexResponse>LocationAsyncClient. updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)Updates the specified properties of a given place index resource.default UpdatePlaceIndexResponseLocationClient. updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)Updates the specified properties of a given place index resource. -
Uses of UpdatePlaceIndexRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdatePlaceIndexRequest.Builder Modifier and Type Method Description static UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest. builder()default UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. dataSourceConfiguration(Consumer<DataSourceConfiguration.Builder> dataSourceConfiguration)Updates the data storage option for the place index resource.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. dataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)Updates the data storage option for the place index resource.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. description(String description)Updates the description for the place index resource.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. indexName(String indexName)The name of the place index resource to update.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. pricingPlan(String pricingPlan)Deprecated.Deprecated.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdatePlaceIndexRequest.BuilderUpdatePlaceIndexRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdatePlaceIndexRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePlaceIndexRequest.Builder>UpdatePlaceIndexRequest. serializableBuilderClass()
-