Uses of Class
software.amazon.awssdk.services.tnb.model.NsdOperationalState
-
Packages that use NsdOperationalState Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of NsdOperationalState in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return NsdOperationalState Modifier and Type Method Description static NsdOperationalStateNsdOperationalState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NsdOperationalStateCreateSolNetworkPackageResponse. nsdOperationalState()Operational state of the network service descriptor in the network package.NsdOperationalStateGetSolNetworkPackageResponse. nsdOperationalState()Network service descriptor operational state.NsdOperationalStateListSolNetworkPackageInfo. nsdOperationalState()Operational state of the network service descriptor in the network package.NsdOperationalStateUpdateSolNetworkPackageRequest. nsdOperationalState()Operational state of the network service descriptor in the network package.NsdOperationalStateUpdateSolNetworkPackageResponse. nsdOperationalState()Operational state of the network service descriptor in the network package.static NsdOperationalStateNsdOperationalState. valueOf(String name)Returns the enum constant of this type with the specified name.static NsdOperationalState[]NsdOperationalState. 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 NsdOperationalState Modifier and Type Method Description static Set<NsdOperationalState>NsdOperationalState. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type NsdOperationalState Modifier and Type Method Description CreateSolNetworkPackageResponse.BuilderCreateSolNetworkPackageResponse.Builder. nsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.GetSolNetworkPackageResponse.BuilderGetSolNetworkPackageResponse.Builder. nsdOperationalState(NsdOperationalState nsdOperationalState)Network service descriptor operational state.ListSolNetworkPackageInfo.BuilderListSolNetworkPackageInfo.Builder. nsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.UpdateSolNetworkPackageRequest.BuilderUpdateSolNetworkPackageRequest.Builder. nsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.UpdateSolNetworkPackageResponse.BuilderUpdateSolNetworkPackageResponse.Builder. nsdOperationalState(NsdOperationalState nsdOperationalState)Operational state of the network service descriptor in the network package.
-