| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static BlueprintType |
BlueprintType.fromValue(String value)
Use this in place of valueOf.
|
static BlueprintType |
BlueprintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlueprintType[] |
BlueprintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Blueprint.setType(BlueprintType type)
The type of the blueprint (e.g.,
os or app). |
Blueprint |
Blueprint.withType(BlueprintType type)
The type of the blueprint (e.g.,
os or app). |
Copyright © 2020. All rights reserved.