Uses of Class
software.amazon.awssdk.services.location.model.BatchDeleteGeofenceError
-
Packages that use BatchDeleteGeofenceError Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchDeleteGeofenceError in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchDeleteGeofenceError Modifier and Type Method Description List<BatchDeleteGeofenceError>BatchDeleteGeofenceResponse. errors()Contains error details for each geofence that failed to delete.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchDeleteGeofenceError Modifier and Type Method Description BatchDeleteGeofenceResponse.BuilderBatchDeleteGeofenceResponse.Builder. errors(BatchDeleteGeofenceError... errors)Contains error details for each geofence that failed to delete.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchDeleteGeofenceError Modifier and Type Method Description BatchDeleteGeofenceResponse.BuilderBatchDeleteGeofenceResponse.Builder. errors(Collection<BatchDeleteGeofenceError> errors)Contains error details for each geofence that failed to delete.
-