Uses of Interface
software.amazon.awssdk.services.location.model.UpdateGeofenceCollectionRequest.Builder
-
Packages that use UpdateGeofenceCollectionRequest.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 UpdateGeofenceCollectionRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type UpdateGeofenceCollectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGeofenceCollectionResponse>LocationAsyncClient. updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection.default UpdateGeofenceCollectionResponseLocationClient. updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)Updates the specified properties of a given geofence collection. -
Uses of UpdateGeofenceCollectionRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return UpdateGeofenceCollectionRequest.Builder Modifier and Type Method Description static UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest. builder()UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. collectionName(String collectionName)The name of the geofence collection to update.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. description(String description)Updates the description for the geofence collection.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. pricingPlan(String pricingPlan)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest.Builder. pricingPlanDataSource(String pricingPlanDataSource)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderUpdateGeofenceCollectionRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type UpdateGeofenceCollectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGeofenceCollectionRequest.Builder>UpdateGeofenceCollectionRequest. serializableBuilderClass()
-