| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AddOnType |
AddOnRequest.addOnType()
The add-on type.
|
AddOnType |
DisableAddOnRequest.addOnType()
The add-on type to disable.
|
static AddOnType |
AddOnType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AddOnType |
AddOnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddOnType[] |
AddOnType.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<AddOnType> |
AddOnType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AddOnRequest.Builder |
AddOnRequest.Builder.addOnType(AddOnType addOnType)
The add-on type.
|
DisableAddOnRequest.Builder |
DisableAddOnRequest.Builder.addOnType(AddOnType addOnType)
The add-on type to disable.
|
Copyright © 2022. All rights reserved.