@Singleton public class AmazonApiGateway extends AwsLambdaRelatedFeature implements AwsApiFeature
GROUP_ID_AWS_SDK_V2, GROUP_ID_MICRONAUT_AWS| Constructor and Description |
|---|
AmazonApiGateway(AwsLambda awsLambda) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getName()
The name of the feature.
|
java.lang.String |
getThirdPartyDocumentation() |
java.lang.String |
getTitle() |
boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
processSelectedFeaturesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getFeatureClassgetCloudapply, getMicronautDocumentation, getOrder, isCommunity, isPreview, isVisible, processSelectedFeaturespublic AmazonApiGateway(AwsLambda awsLambda)
@NonNull public java.lang.String getName()
Featurepublic java.lang.String getTitle()
@NonNull public java.lang.String getDescription()
getDescription in interface io.micronaut.core.naming.DescribedgetDescription in interface Featurepublic java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation in interface Featurepublic boolean supports(ApplicationType applicationType)
Feature