Uses of Interface
software.amazon.awssdk.services.location.model.BatchPutGeofenceRequest.Builder
-
Packages that use BatchPutGeofenceRequest.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 BatchPutGeofenceRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type BatchPutGeofenceRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchPutGeofenceResponse>LocationAsyncClient. batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.default BatchPutGeofenceResponseLocationClient. batchPutGeofence(Consumer<BatchPutGeofenceRequest.Builder> batchPutGeofenceRequest)A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request. -
Uses of BatchPutGeofenceRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchPutGeofenceRequest.Builder Modifier and Type Method Description static BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest. builder()BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. collectionName(String collectionName)The geofence collection storing the geofences.BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. entries(Collection<BatchPutGeofenceRequestEntry> entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. entries(Consumer<BatchPutGeofenceRequestEntry.Builder>... entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. entries(BatchPutGeofenceRequestEntry... entries)The batch of geofences to be stored in a geofence collection.BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchPutGeofenceRequest.BuilderBatchPutGeofenceRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceRequest.Builder Modifier and Type Method Description static Class<? extends BatchPutGeofenceRequest.Builder>BatchPutGeofenceRequest. serializableBuilderClass()
-