Uses of Interface
software.amazon.awssdk.services.location.model.CreateGeofenceCollectionRequest.Builder
-
Packages that use CreateGeofenceCollectionRequest.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 CreateGeofenceCollectionRequest.Builder in software.amazon.awssdk.services.location
Method parameters in software.amazon.awssdk.services.location with type arguments of type CreateGeofenceCollectionRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGeofenceCollectionResponse>LocationAsyncClient. createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences.default CreateGeofenceCollectionResponseLocationClient. createGeofenceCollection(Consumer<CreateGeofenceCollectionRequest.Builder> createGeofenceCollectionRequest)Creates a geofence collection, which manages and stores geofences. -
Uses of CreateGeofenceCollectionRequest.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return CreateGeofenceCollectionRequest.Builder Modifier and Type Method Description static CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest. builder()CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. collectionName(String collectionName)A custom name for the geofence collection.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. description(String description)An optional description for the geofence collection.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. kmsKeyId(String kmsKeyId)A key identifier for an Amazon Web Services KMS customer managed key.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. pricingPlan(String pricingPlan)Deprecated.Deprecated.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. pricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. pricingPlanDataSource(String pricingPlanDataSource)Deprecated.Deprecated.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest.Builder. tags(Map<String,String> tags)Applies one or more tags to the geofence collection.CreateGeofenceCollectionRequest.BuilderCreateGeofenceCollectionRequest. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type CreateGeofenceCollectionRequest.Builder Modifier and Type Method Description static Class<? extends CreateGeofenceCollectionRequest.Builder>CreateGeofenceCollectionRequest. serializableBuilderClass()
-