Uses of Class
software.amazon.awssdk.services.tnb.model.UsageState
-
Packages that use UsageState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of UsageState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return UsageState Modifier and Type Method Description static UsageStateUsageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageStateCreateSolFunctionPackageResponse. usageState()Usage state of the function package.UsageStateGetSolFunctionPackageResponse. usageState()Function package usage state.UsageStateListSolFunctionPackageInfo. usageState()Usage state of the function package.static UsageStateUsageState. 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.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type UsageState Modifier and Type Method Description static Set<UsageState>UsageState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type UsageState Modifier and Type Method Description CreateSolFunctionPackageResponse.BuilderCreateSolFunctionPackageResponse.Builder. usageState(UsageState usageState)Usage state of the function package.GetSolFunctionPackageResponse.BuilderGetSolFunctionPackageResponse.Builder. usageState(UsageState usageState)Function package usage state.ListSolFunctionPackageInfo.BuilderListSolFunctionPackageInfo.Builder. usageState(UsageState usageState)Usage state of the function package.
-