| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static NsdOperationalState |
NsdOperationalState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NsdOperationalState |
CreateSolNetworkPackageResponse.nsdOperationalState()
Operational state of the network service descriptor in the network package.
|
NsdOperationalState |
UpdateSolNetworkPackageResponse.nsdOperationalState()
Operational state of the network service descriptor in the network package.
|
NsdOperationalState |
GetSolNetworkPackageResponse.nsdOperationalState()
Network service descriptor operational state.
|
NsdOperationalState |
UpdateSolNetworkPackageRequest.nsdOperationalState()
Operational state of the network service descriptor in the network package.
|
NsdOperationalState |
ListSolNetworkPackageInfo.nsdOperationalState()
Operational state of the network service descriptor in the network package.
|
static NsdOperationalState |
NsdOperationalState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NsdOperationalState> |
NsdOperationalState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateSolNetworkPackageResponse.Builder |
CreateSolNetworkPackageResponse.Builder.nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
UpdateSolNetworkPackageResponse.Builder |
UpdateSolNetworkPackageResponse.Builder.nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
GetSolNetworkPackageResponse.Builder |
GetSolNetworkPackageResponse.Builder.nsdOperationalState(NsdOperationalState nsdOperationalState)
Network service descriptor operational state.
|
UpdateSolNetworkPackageRequest.Builder |
UpdateSolNetworkPackageRequest.Builder.nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
ListSolNetworkPackageInfo.Builder |
ListSolNetworkPackageInfo.Builder.nsdOperationalState(NsdOperationalState nsdOperationalState)
Operational state of the network service descriptor in the network package.
|
Copyright © 2023. All rights reserved.