Uses of Interface
software.amazon.awssdk.services.location.model.UpdateMapRequest.Builder
-
Packages that use UpdateMapRequest.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 UpdateMapRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type UpdateMapRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateMapResponse>LocationAsyncClient. updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)Updates the specified properties of a given map resource.default UpdateMapResponseLocationClient. updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)Updates the specified properties of a given map resource. -
Uses of UpdateMapRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateMapRequest.Builder Modifier and Type Method Description static UpdateMapRequest.BuilderUpdateMapRequest. builder()default UpdateMapRequest.BuilderUpdateMapRequest.Builder. configurationUpdate(Consumer<MapConfigurationUpdate.Builder> configurationUpdate)Updates the parts of the map configuration that can be updated, including the political view.UpdateMapRequest.BuilderUpdateMapRequest.Builder. configurationUpdate(MapConfigurationUpdate configurationUpdate)Updates the parts of the map configuration that can be updated, including the political view.UpdateMapRequest.BuilderUpdateMapRequest.Builder. description(String description)Updates the description for the map resource.UpdateMapRequest.BuilderUpdateMapRequest.Builder. mapName(String mapName)The name of the map resource to update.UpdateMapRequest.BuilderUpdateMapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMapRequest.BuilderUpdateMapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMapRequest.BuilderUpdateMapRequest.Builder. pricingPlan(String pricingPlan)Deprecated.Deprecated.UpdateMapRequest.BuilderUpdateMapRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateMapRequest.BuilderUpdateMapRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateMapRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMapRequest.Builder>UpdateMapRequest. serializableBuilderClass()
-