Uses of Class
software.amazon.awssdk.services.tnb.model.VnfInstantiationState
-
Packages that use VnfInstantiationState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of VnfInstantiationState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return VnfInstantiationState Modifier and Type Method Description static VnfInstantiationStateVnfInstantiationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VnfInstantiationStateGetSolFunctionInstanceResponse. instantiationState()Network function instantiation state.VnfInstantiationStateListSolFunctionInstanceInfo. instantiationState()Network function instance instantiation state.static VnfInstantiationStateVnfInstantiationState. 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.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type VnfInstantiationState Modifier and Type Method Description static Set<VnfInstantiationState>VnfInstantiationState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type VnfInstantiationState Modifier and Type Method Description GetSolFunctionInstanceResponse.BuilderGetSolFunctionInstanceResponse.Builder. instantiationState(VnfInstantiationState instantiationState)Network function instantiation state.ListSolFunctionInstanceInfo.BuilderListSolFunctionInstanceInfo.Builder. instantiationState(VnfInstantiationState instantiationState)Network function instance instantiation state.
-