Uses of Class
software.amazon.awssdk.services.tnb.model.NsdUsageState
-
Packages that use NsdUsageState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of NsdUsageState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return NsdUsageState Modifier and Type Method Description static NsdUsageStateNsdUsageState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NsdUsageStateCreateSolNetworkPackageResponse. nsdUsageState()Usage state of the network service descriptor in the network package.NsdUsageStateGetSolNetworkPackageResponse. nsdUsageState()Network service descriptor usage state.NsdUsageStateListSolNetworkPackageInfo. nsdUsageState()Usage state of the network service descriptor in the network package.static NsdUsageStateNsdUsageState. valueOf(String name)Returns the enum constant of this type with the specified name.static NsdUsageState[]NsdUsageState. 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 NsdUsageState Modifier and Type Method Description static Set<NsdUsageState>NsdUsageState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type NsdUsageState Modifier and Type Method Description CreateSolNetworkPackageResponse.BuilderCreateSolNetworkPackageResponse.Builder. nsdUsageState(NsdUsageState nsdUsageState)Usage state of the network service descriptor in the network package.GetSolNetworkPackageResponse.BuilderGetSolNetworkPackageResponse.Builder. nsdUsageState(NsdUsageState nsdUsageState)Network service descriptor usage state.ListSolNetworkPackageInfo.BuilderListSolNetworkPackageInfo.Builder. nsdUsageState(NsdUsageState nsdUsageState)Usage state of the network service descriptor in the network package.
-