Uses of Class
software.amazon.awssdk.services.tnb.model.OperationalState
-
Packages that use OperationalState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of OperationalState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return OperationalState Modifier and Type Method Description static OperationalStateOperationalState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationalStateCreateSolFunctionPackageResponse. operationalState()Operational state of the function package.OperationalStateGetSolFunctionPackageResponse. operationalState()Function package operational state.OperationalStateListSolFunctionPackageInfo. operationalState()Operational state of the function package.OperationalStateUpdateSolFunctionPackageRequest. operationalState()Operational state of the function package.OperationalStateUpdateSolFunctionPackageResponse. operationalState()Operational state of the function package.static OperationalStateOperationalState. 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.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type OperationalState Modifier and Type Method Description static Set<OperationalState>OperationalState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type OperationalState Modifier and Type Method Description CreateSolFunctionPackageResponse.BuilderCreateSolFunctionPackageResponse.Builder. operationalState(OperationalState operationalState)Operational state of the function package.GetSolFunctionPackageResponse.BuilderGetSolFunctionPackageResponse.Builder. operationalState(OperationalState operationalState)Function package operational state.ListSolFunctionPackageInfo.BuilderListSolFunctionPackageInfo.Builder. operationalState(OperationalState operationalState)Operational state of the function package.UpdateSolFunctionPackageRequest.BuilderUpdateSolFunctionPackageRequest.Builder. operationalState(OperationalState operationalState)Operational state of the function package.UpdateSolFunctionPackageResponse.BuilderUpdateSolFunctionPackageResponse.Builder. operationalState(OperationalState operationalState)Operational state of the function package.
-