Uses of Enum
software.amazon.awscdk.services.location.alpha.AllowPlacesAction
Packages that use AllowPlacesAction
-
Uses of AllowPlacesAction in software.amazon.awscdk.services.location.alpha
Methods in software.amazon.awscdk.services.location.alpha that return AllowPlacesActionModifier and TypeMethodDescriptionstatic AllowPlacesActionReturns the enum constant of this type with the specified name.static AllowPlacesAction[]AllowPlacesAction.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 that return types with arguments of type AllowPlacesActionModifier and TypeMethodDescriptiondefault List<AllowPlacesAction> ApiKeyProps.getAllowPlacesActions()(experimental) A list of allowed actions for Places that an API key resource grants permissions to perform.final List<AllowPlacesAction> ApiKeyProps.Jsii$Proxy.getAllowPlacesActions()Method parameters in software.amazon.awscdk.services.location.alpha with type arguments of type AllowPlacesActionModifier and TypeMethodDescriptionApiKey.Builder.allowPlacesActions(List<? extends AllowPlacesAction> allowPlacesActions) (experimental) A list of allowed actions for Places that an API key resource grants permissions to perform.ApiKeyProps.Builder.allowPlacesActions(List<? extends AllowPlacesAction> allowPlacesActions) Sets the value ofApiKeyProps.getAllowPlacesActions()