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