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
@Requires(property="micronaut.starter.feature.amazon.api.gateway.enabled",
value="true",
defaultValue="true")
@Singleton
public class AmazonApiGateway
extends AwsLambdaRelatedFeature
implements AwsApiFeature, LambdaRuntimeMainClass
-
Field Summary
FieldsFields inherited from interface AwsApiFeature
MICRONAUT_AWS_APIGATEWAYFields inherited from interface AwsFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWSFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AwsLambdaRelatedFeature
processSelectedFeaturesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AwsApiFeature
apply, getMicronautDocumentation, getThirdPartyDocumentation, supportsMethods inherited from interface AwsCloudFeature
getCloudMethods inherited from interface AwsLambdaEventFeature
getCategory, getFeatureClassMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, isCommunity, isPreview, isVisible, processSelectedFeatures
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
AmazonApiGateway
-
-
Method Details
-
getName
-
getTitle
-
getDescription
- Specified by:
getDescriptionin interfaceio.micronaut.core.naming.Described- Specified by:
getDescriptionin interfaceFeature
-
getLambdaRuntimeMainClass
- Specified by:
getLambdaRuntimeMainClassin interfaceLambdaRuntimeMainClass
-