| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.builder() |
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(BatchPutGeofenceError... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(Collection<BatchPutGeofenceError> errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.errors(Consumer<BatchPutGeofenceError.Builder>... errors)
Contains additional error details for each geofence that failed to be stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(BatchPutGeofenceSuccess... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.Builder.successes(Consumer<BatchPutGeofenceSuccess.Builder>... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResponse.Builder |
BatchPutGeofenceResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutGeofenceResponse.Builder> |
BatchPutGeofenceResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.