Uses of Interface
software.amazon.awssdk.services.location.model.PutGeofenceRequest.Builder
-
Packages that use PutGeofenceRequest.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 PutGeofenceRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type PutGeofenceRequest.Builder Modifier and Type Method Description default CompletableFuture<PutGeofenceResponse>LocationAsyncClient. putGeofence(Consumer<PutGeofenceRequest.Builder> putGeofenceRequest)Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default PutGeofenceResponseLocationClient. putGeofence(Consumer<PutGeofenceRequest.Builder> putGeofenceRequest)Stores a geofence geometry in a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request. -
Uses of PutGeofenceRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return PutGeofenceRequest.Builder Modifier and Type Method Description static PutGeofenceRequest.BuilderPutGeofenceRequest. builder()PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. collectionName(String collectionName)The geofence collection to store the geofence in.PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geofenceId(String geofenceId)An identifier for the geofence.PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geofenceProperties(Map<String,String> geofenceProperties)Associates one of more properties with the geofence.default PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geometry(Consumer<GeofenceGeometry.Builder> geometry)Contains the details to specify the position of the geofence.PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. geometry(GeofenceGeometry geometry)Contains the details to specify the position of the geofence.PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutGeofenceRequest.BuilderPutGeofenceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutGeofenceRequest.BuilderPutGeofenceRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type PutGeofenceRequest.Builder Modifier and Type Method Description static Class<? extends PutGeofenceRequest.Builder>PutGeofenceRequest. serializableBuilderClass()
-