Uses of Interface
software.amazon.awssdk.services.location.model.BatchDeleteGeofenceRequest.Builder
-
Packages that use BatchDeleteGeofenceRequest.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 BatchDeleteGeofenceRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type BatchDeleteGeofenceRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteGeofenceResponse>LocationAsyncClient. batchDeleteGeofence(Consumer<BatchDeleteGeofenceRequest.Builder> batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection.default BatchDeleteGeofenceResponseLocationClient. batchDeleteGeofence(Consumer<BatchDeleteGeofenceRequest.Builder> batchDeleteGeofenceRequest)Deletes a batch of geofences from a geofence collection. -
Uses of BatchDeleteGeofenceRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return BatchDeleteGeofenceRequest.Builder Modifier and Type Method Description static BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest. builder()BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest.Builder. collectionName(String collectionName)The geofence collection storing the geofences to be deleted.BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest.Builder. geofenceIds(String... geofenceIds)The batch of geofences to be deleted.BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest.Builder. geofenceIds(Collection<String> geofenceIds)The batch of geofences to be deleted.BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteGeofenceRequest.BuilderBatchDeleteGeofenceRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchDeleteGeofenceRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteGeofenceRequest.Builder>BatchDeleteGeofenceRequest. serializableBuilderClass()
-