| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetState |
CoreNetworkPolicy.changeSetState()
The state of a core network policy.
|
ChangeSetState |
CoreNetworkPolicyVersion.changeSetState()
The status of the policy version change set.
|
static ChangeSetState |
ChangeSetState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChangeSetState |
ChangeSetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeSetState[] |
ChangeSetState.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<ChangeSetState> |
ChangeSetState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkPolicy.Builder |
CoreNetworkPolicy.Builder.changeSetState(ChangeSetState changeSetState)
The state of a core network policy.
|
CoreNetworkPolicyVersion.Builder |
CoreNetworkPolicyVersion.Builder.changeSetState(ChangeSetState changeSetState)
The status of the policy version change set.
|
Copyright © 2023. All rights reserved.