Uses of Enum
software.amazon.awscdk.services.location.alpha.DataSource
Packages that use DataSource
-
Uses of DataSource in software.amazon.awscdk.services.location.alpha
Methods in software.amazon.awscdk.services.location.alpha that return DataSourceModifier and TypeMethodDescriptiondefault DataSourcePlaceIndexProps.getDataSource()(experimental) Data source for the place index.final DataSourcePlaceIndexProps.Jsii$Proxy.getDataSource()RouteCalculatorProps.getDataSource()(experimental) Data source for the route calculator.final DataSourceRouteCalculatorProps.Jsii$Proxy.getDataSource()static DataSourceReturns the enum constant of this type with the specified name.static DataSource[]DataSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.location.alpha with parameters of type DataSourceModifier and TypeMethodDescriptionPlaceIndex.Builder.dataSource(DataSource dataSource) (experimental) Data source for the place index.PlaceIndexProps.Builder.dataSource(DataSource dataSource) Sets the value ofPlaceIndexProps.getDataSource()RouteCalculator.Builder.dataSource(DataSource dataSource) (experimental) Data source for the route calculator.RouteCalculatorProps.Builder.dataSource(DataSource dataSource) Sets the value ofRouteCalculatorProps.getDataSource()