Uses of Class
software.amazon.awssdk.services.lightsail.model.AppCategory
-
Packages that use AppCategory Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AppCategory in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AppCategory Modifier and Type Method Description AppCategoryBlueprint. appCategory()Virtual computer blueprints that are supported by Lightsail for Research.AppCategoryGetBlueprintsRequest. appCategory()Returns a list of blueprints that are specific to Lightsail for Research.AppCategoryGetBundlesRequest. appCategory()Returns a list of bundles that are specific to Lightsail for Research.static AppCategoryAppCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppCategoryAppCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static AppCategory[]AppCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AppCategory Modifier and Type Method Description static Set<AppCategory>AppCategory. knownValues()List<AppCategory>Bundle. supportedAppCategories()Virtual computer blueprints that are supported by a Lightsail for Research bundle.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type AppCategory Modifier and Type Method Description Blueprint.BuilderBlueprint.Builder. appCategory(AppCategory appCategory)Virtual computer blueprints that are supported by Lightsail for Research.GetBlueprintsRequest.BuilderGetBlueprintsRequest.Builder. appCategory(AppCategory appCategory)Returns a list of blueprints that are specific to Lightsail for Research.GetBundlesRequest.BuilderGetBundlesRequest.Builder. appCategory(AppCategory appCategory)Returns a list of bundles that are specific to Lightsail for Research.Bundle.BuilderBundle.Builder. supportedAppCategories(AppCategory... supportedAppCategories)Virtual computer blueprints that are supported by a Lightsail for Research bundle.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type AppCategory Modifier and Type Method Description Bundle.BuilderBundle.Builder. supportedAppCategories(Collection<AppCategory> supportedAppCategories)Virtual computer blueprints that are supported by a Lightsail for Research bundle.
-