| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static VnfInstantiationState |
VnfInstantiationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VnfInstantiationState |
ListSolFunctionInstanceInfo.instantiationState()
Network function instance instantiation state.
|
VnfInstantiationState |
GetSolFunctionInstanceResponse.instantiationState()
Network function instantiation state.
|
static VnfInstantiationState |
VnfInstantiationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VnfInstantiationState[] |
VnfInstantiationState.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<VnfInstantiationState> |
VnfInstantiationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListSolFunctionInstanceInfo.Builder |
ListSolFunctionInstanceInfo.Builder.instantiationState(VnfInstantiationState instantiationState)
Network function instance instantiation state.
|
GetSolFunctionInstanceResponse.Builder |
GetSolFunctionInstanceResponse.Builder.instantiationState(VnfInstantiationState instantiationState)
Network function instantiation state.
|
Copyright © 2023. All rights reserved.