Constructor and Description |
---|
AwsLambdaSnapstart() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of the feature.
|
java.lang.String |
getThirdPartyDocumentation() |
java.lang.String |
getTitle() |
boolean |
isVisible()
Some features should not be visible to the user because they are a common parent of other
selectable features, or they should always be applied, or any other reason.
|
boolean |
supports(ApplicationType applicationType)
This method must be implemented to ensure it is only selectable for the desired
application types.
|
boolean |
supports(CpuArchitecture cpuArchitecture) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, getCategory, getDescription, getMicronautDocumentation, getOrder, isCommunity, isPreview, processSelectedFeatures
@NonNull public java.lang.String getName()
Feature
@NonNull public java.lang.String getTitle()
public boolean isVisible()
Feature
public java.lang.String getThirdPartyDocumentation()
getThirdPartyDocumentation
in interface Feature
public boolean supports(@NonNull CpuArchitecture cpuArchitecture)
public boolean supports(ApplicationType applicationType)
Feature