Package io.micronaut.starter.feature.aws
Class AmazonApiGateway
java.lang.Object
io.micronaut.starter.feature.aws.AwsLambdaRelatedFeature
io.micronaut.starter.feature.aws.AmazonApiGateway
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,AwsApiFeature
,AwsCloudFeature
,AwsFeature
,AwsLambdaEventFeature
,LambdaTrigger
,Feature
,CloudFeature
,LambdaRuntimeMainClass
,OneOfFeature
@Singleton
public class AmazonApiGateway
extends AwsLambdaRelatedFeature
implements AwsApiFeature, LambdaRuntimeMainClass
-
Field Summary
Fields inherited from interface io.micronaut.starter.feature.aws.AwsApiFeature
MICRONAUT_AWS_APIGATEWAY
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
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.starter.feature.aws.AwsLambdaRelatedFeature
processSelectedFeatures
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.starter.feature.aws.AwsApiFeature
apply, getMicronautDocumentation, getThirdPartyDocumentation, supports
Methods inherited from interface io.micronaut.starter.feature.aws.AwsCloudFeature
getCloud
Methods inherited from interface io.micronaut.starter.feature.aws.AwsLambdaEventFeature
getCategory, getFeatureClass
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AmazonApiGateway
-
-
Method Details
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique. -
getTitle
-
getDescription
- Specified by:
getDescription
in interfaceio.micronaut.core.naming.Described
- Specified by:
getDescription
in interfaceFeature
-
getLambdaRuntimeMainClass
- Specified by:
getLambdaRuntimeMainClass
in interfaceLambdaRuntimeMainClass
-