Package io.micronaut.starter.feature.aws
Interface AwsLambdaEventFeature
- All Superinterfaces:
AwsCloudFeature
,AwsFeature
,CloudFeature
,io.micronaut.core.naming.Described
,Feature
,io.micronaut.core.naming.Named
,OneOfFeature
,io.micronaut.core.order.Ordered
- All Known Subinterfaces:
AwsApiFeature
- All Known Implementing Classes:
AmazonApiGateway
,AmazonApiGatewayHttp
,AwsLambdaEventFunctionFeature
,AwsLambdaRelatedFeature
,AwsLambdaS3EventNotification
,AwsLambdaScheduledEvent
,LambdaFunctionUrl
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.aws.AwsFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWS
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface io.micronaut.starter.feature.aws.AwsCloudFeature
getCloud
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
apply, getDescription, getMicronautDocumentation, getName, getOrder, getThirdPartyDocumentation, getTitle, isCommunity, isPreview, isVisible, processSelectedFeatures, supports
-
Method Details
-
getFeatureClass
- Specified by:
getFeatureClass
in interfaceOneOfFeature
-
getCategory
- Specified by:
getCategory
in interfaceFeature
- Returns:
- The
Category
to which the feature belongs to.
-