| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageState |
UsageState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UsageState |
GetSolFunctionPackageResponse.usageState()
Function package usage state.
|
UsageState |
ListSolFunctionPackageInfo.usageState()
Usage state of the function package.
|
UsageState |
CreateSolFunctionPackageResponse.usageState()
Usage state of the function package.
|
static UsageState |
UsageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageState[] |
UsageState.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<UsageState> |
UsageState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageResponse.Builder |
GetSolFunctionPackageResponse.Builder.usageState(UsageState usageState)
Function package usage state.
|
ListSolFunctionPackageInfo.Builder |
ListSolFunctionPackageInfo.Builder.usageState(UsageState usageState)
Usage state of the function package.
|
CreateSolFunctionPackageResponse.Builder |
CreateSolFunctionPackageResponse.Builder.usageState(UsageState usageState)
Usage state of the function package.
|
Copyright © 2023. All rights reserved.