Uses of Class
software.amazon.awssdk.services.location.model.DescribeGeofenceCollectionResponse
-
Packages that use DescribeGeofenceCollectionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of DescribeGeofenceCollectionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return DescribeGeofenceCollectionResponse Modifier and Type Method Description default DescribeGeofenceCollectionResponseLocationClient. describeGeofenceCollection(Consumer<DescribeGeofenceCollectionRequest.Builder> describeGeofenceCollectionRequest)Retrieves the geofence collection details.default DescribeGeofenceCollectionResponseLocationClient. describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)Retrieves the geofence collection details.Methods in software.amazon.awssdk.services.location that return types with arguments of type DescribeGeofenceCollectionResponse Modifier and Type Method Description default CompletableFuture<DescribeGeofenceCollectionResponse>LocationAsyncClient. describeGeofenceCollection(Consumer<DescribeGeofenceCollectionRequest.Builder> describeGeofenceCollectionRequest)Retrieves the geofence collection details.default CompletableFuture<DescribeGeofenceCollectionResponse>LocationAsyncClient. describeGeofenceCollection(DescribeGeofenceCollectionRequest describeGeofenceCollectionRequest)Retrieves the geofence collection details.
-