| Constructor and Description |
|---|
AwsV2Sdk() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory() |
java.lang.String |
getDescription() |
java.lang.String |
getMicronautDocumentation() |
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.
|
public java.lang.String getName()
Featurepublic java.lang.String getTitle()
public java.lang.String getDescription()
getDescription in interface io.micronaut.core.naming.DescribedgetDescription in interface Featurepublic boolean supports(ApplicationType applicationType)
Featurepublic java.lang.String getCategory()
getCategory in interface FeatureCategory to which the feature belongs to.@Nullable public java.lang.String getMicronautDocumentation()
getMicronautDocumentation in interface Feature@Nullable public java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation in interface Feature