Uses of Class
software.amazon.awssdk.services.location.model.BatchPutGeofenceSuccess
-
Packages that use BatchPutGeofenceSuccess Package Description software.amazon.awssdk.services.location.model -
-
Uses of BatchPutGeofenceSuccess in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type BatchPutGeofenceSuccess Modifier and Type Method Description List<BatchPutGeofenceSuccess>BatchPutGeofenceResponse. successes()Contains each geofence that was successfully stored in a geofence collection.Methods in software.amazon.awssdk.services.location.model with parameters of type BatchPutGeofenceSuccess Modifier and Type Method Description BatchPutGeofenceResponse.BuilderBatchPutGeofenceResponse.Builder. successes(BatchPutGeofenceSuccess... successes)Contains each geofence that was successfully stored in a geofence collection.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type BatchPutGeofenceSuccess Modifier and Type Method Description BatchPutGeofenceResponse.BuilderBatchPutGeofenceResponse.Builder. successes(Collection<BatchPutGeofenceSuccess> successes)Contains each geofence that was successfully stored in a geofence collection.
-