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