Uses of Interface
software.amazon.awssdk.services.location.model.GetGeofenceRequest.Builder
-
Packages that use GetGeofenceRequest.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 GetGeofenceRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type GetGeofenceRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGeofenceResponse>LocationAsyncClient. getGeofence(Consumer<GetGeofenceRequest.Builder> getGeofenceRequest)Retrieves the geofence details from a geofence collection.default GetGeofenceResponseLocationClient. getGeofence(Consumer<GetGeofenceRequest.Builder> getGeofenceRequest)Retrieves the geofence details from a geofence collection. -
Uses of GetGeofenceRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return GetGeofenceRequest.Builder Modifier and Type Method Description static GetGeofenceRequest.BuilderGetGeofenceRequest. builder()GetGeofenceRequest.BuilderGetGeofenceRequest.Builder. collectionName(String collectionName)The geofence collection storing the target geofence.GetGeofenceRequest.BuilderGetGeofenceRequest.Builder. geofenceId(String geofenceId)The geofence you're retrieving details for.GetGeofenceRequest.BuilderGetGeofenceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGeofenceRequest.BuilderGetGeofenceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGeofenceRequest.BuilderGetGeofenceRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type GetGeofenceRequest.Builder Modifier and Type Method Description static Class<? extends GetGeofenceRequest.Builder>GetGeofenceRequest. serializableBuilderClass()
-