| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AppCategory |
GetBlueprintsRequest.appCategory()
Returns a list of blueprints that are specific to Lightsail for Research.
|
AppCategory |
Blueprint.appCategory()
Virtual computer blueprints that are supported by Lightsail for Research.
|
AppCategory |
GetBundlesRequest.appCategory()
Returns a list of bundles that are specific to Lightsail for Research.
|
static AppCategory |
AppCategory.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AppCategory |
AppCategory.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AppCategory> |
AppCategory.knownValues()
|
List<AppCategory> |
Bundle.supportedAppCategories()
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintsRequest.Builder |
GetBlueprintsRequest.Builder.appCategory(AppCategory appCategory)
Returns a list of blueprints that are specific to Lightsail for Research.
|
Blueprint.Builder |
Blueprint.Builder.appCategory(AppCategory appCategory)
Virtual computer blueprints that are supported by Lightsail for Research.
|
GetBundlesRequest.Builder |
GetBundlesRequest.Builder.appCategory(AppCategory appCategory)
Returns a list of bundles that are specific to Lightsail for Research.
|
Bundle.Builder |
Bundle.Builder.supportedAppCategories(AppCategory... supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
| Modifier and Type | Method and Description |
|---|---|
Bundle.Builder |
Bundle.Builder.supportedAppCategories(Collection<AppCategory> supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Copyright © 2023. All rights reserved.