| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static OperationalState |
OperationalState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OperationalState |
GetSolFunctionPackageResponse.operationalState()
Function package operational state.
|
OperationalState |
UpdateSolFunctionPackageResponse.operationalState()
Operational state of the function package.
|
OperationalState |
ListSolFunctionPackageInfo.operationalState()
Operational state of the function package.
|
OperationalState |
CreateSolFunctionPackageResponse.operationalState()
Operational state of the function package.
|
OperationalState |
UpdateSolFunctionPackageRequest.operationalState()
Operational state of the function package.
|
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 |
|---|---|
static Set<OperationalState> |
OperationalState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageResponse.Builder |
GetSolFunctionPackageResponse.Builder.operationalState(OperationalState operationalState)
Function package operational state.
|
UpdateSolFunctionPackageResponse.Builder |
UpdateSolFunctionPackageResponse.Builder.operationalState(OperationalState operationalState)
Operational state of the function package.
|
ListSolFunctionPackageInfo.Builder |
ListSolFunctionPackageInfo.Builder.operationalState(OperationalState operationalState)
Operational state of the function package.
|
CreateSolFunctionPackageResponse.Builder |
CreateSolFunctionPackageResponse.Builder.operationalState(OperationalState operationalState)
Operational state of the function package.
|
UpdateSolFunctionPackageRequest.Builder |
UpdateSolFunctionPackageRequest.Builder.operationalState(OperationalState operationalState)
Operational state of the function package.
|
Copyright © 2023. All rights reserved.