| Package | Description |
|---|---|
| com.amazonaws.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static OperationalState |
OperationalState.fromValue(String value)
Use this in place of valueOf.
|
static OperationalState |
OperationalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationalState[] |
OperationalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListSolFunctionPackageInfo |
ListSolFunctionPackageInfo.withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
UpdateSolFunctionPackageResult |
UpdateSolFunctionPackageResult.withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
UpdateSolFunctionPackageRequest |
UpdateSolFunctionPackageRequest.withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
GetSolFunctionPackageResult |
GetSolFunctionPackageResult.withOperationalState(OperationalState operationalState)
Function package operational state.
|
CreateSolFunctionPackageResult |
CreateSolFunctionPackageResult.withOperationalState(OperationalState operationalState)
Operational state of the function package.
|
Copyright © 2024. All rights reserved.