| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateGeofenceCollectionResponse> |
LocationAsyncClient.createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
default CreateGeofenceCollectionResponse |
LocationClient.createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)
Creates a geofence collection, which manages and stores geofences.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.builder() |
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.collectionName(String collectionName)
A custom name for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.description(String description)
An optional description for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.kmsKeyId(String kmsKeyId)
A key identifier for an AWS
KMS customer managed key.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.pricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.pricingPlan(String pricingPlan)
Specifies the pricing plan for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.pricingPlanDataSource(String pricingPlanDataSource)
Specifies the data provider for the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.Builder.tags(Map<String,String> tags)
Applies one or more tags to the geofence collection.
|
CreateGeofenceCollectionRequest.Builder |
CreateGeofenceCollectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateGeofenceCollectionRequest.Builder> |
CreateGeofenceCollectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.