| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateGeofenceCollectionResponse> |
LocationAsyncClient.updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
default UpdateGeofenceCollectionResponse |
LocationClient.updateGeofenceCollection(Consumer<UpdateGeofenceCollectionRequest.Builder> updateGeofenceCollectionRequest)
Updates the specified properties of a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.builder() |
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.collectionName(String collectionName)
The name of the geofence collection to update.
|
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.description(String description)
Updates the description for the geofence collection.
|
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.pricingPlan(String pricingPlan)
Deprecated.
Deprecated. If included, the only allowed value is RequestBasedUsage.
|
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.Builder.pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. No longer allowed.
|
UpdateGeofenceCollectionRequest.Builder |
UpdateGeofenceCollectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGeofenceCollectionRequest.Builder> |
UpdateGeofenceCollectionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.