Uses of Interface
software.amazon.awscdk.services.location.alpha.IGeofenceCollection
Packages that use IGeofenceCollection
- 
Uses of IGeofenceCollection in software.amazon.awscdk.services.location.alpha
Subinterfaces of IGeofenceCollection in software.amazon.awscdk.services.location.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGeofenceCollection.Classes in software.amazon.awscdk.services.location.alpha that implement IGeofenceCollectionModifier and TypeClassDescriptionclass(experimental) A Geofence Collection.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.location.alpha that return IGeofenceCollectionModifier and TypeMethodDescriptionstatic IGeofenceCollectionGeofenceCollection.fromGeofenceCollectionArn(software.constructs.Construct scope, String id, String geofenceCollectionArn) (experimental) Use an existing geofence collection by ARN.static IGeofenceCollectionGeofenceCollection.fromGeofenceCollectionName(software.constructs.Construct scope, String id, String geofenceCollectionName) (experimental) Use an existing geofence collection by name.Methods in software.amazon.awscdk.services.location.alpha that return types with arguments of type IGeofenceCollectionModifier and TypeMethodDescriptiondefault List<IGeofenceCollection> TrackerProps.getGeofenceCollections()(experimental) An optional list of geofence collections to associate with the tracker resource.final List<IGeofenceCollection> TrackerProps.Jsii$Proxy.getGeofenceCollections()Methods in software.amazon.awscdk.services.location.alpha with parameters of type IGeofenceCollectionModifier and TypeMethodDescriptionvoidTracker.addGeofenceCollections(IGeofenceCollection... geofenceCollections) (experimental) Add Geofence Collections which are associated to the tracker resource.Method parameters in software.amazon.awscdk.services.location.alpha with type arguments of type IGeofenceCollectionModifier and TypeMethodDescriptionTracker.Builder.geofenceCollections(List<? extends IGeofenceCollection> geofenceCollections) (experimental) An optional list of geofence collections to associate with the tracker resource.TrackerProps.Builder.geofenceCollections(List<? extends IGeofenceCollection> geofenceCollections) Sets the value ofTrackerProps.getGeofenceCollections()