Interface CloudObjectStorageFeature
- All Superinterfaces:
CloudFeature, io.micronaut.core.naming.Described, Feature, io.micronaut.core.naming.Named, ObjectStorageFeature, io.micronaut.core.order.Ordered
- All Known Implementing Classes:
ObjectStorageAws, ObjectStorageAzure, ObjectStorageGcp, ObjectStorageOracleCloud
-
Field Summary
Fields inherited from interface ObjectStorageFeature
PREAMBLEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface CloudFeature
getCloudMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface ObjectStorageFeature
apply, getCloudProvider, getDescription, getMicronautDocumentation, getName, getTitle, supports
-
Method Details
-
getCategory
- Specified by:
getCategoryin interfaceFeature- Returns:
- The
Categoryto which the feature belongs to.
-