| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkPolicyAlias |
GetCoreNetworkPolicyRequest.alias()
The alias of a core network policy
|
CoreNetworkPolicyAlias |
CoreNetworkPolicy.alias()
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
|
CoreNetworkPolicyAlias |
CoreNetworkPolicyVersion.alias()
Whether a core network policy is the current policy or the most recently submitted policy.
|
static CoreNetworkPolicyAlias |
CoreNetworkPolicyAlias.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CoreNetworkPolicyAlias |
CoreNetworkPolicyAlias.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreNetworkPolicyAlias[] |
CoreNetworkPolicyAlias.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<CoreNetworkPolicyAlias> |
CoreNetworkPolicyAlias.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetCoreNetworkPolicyRequest.Builder |
GetCoreNetworkPolicyRequest.Builder.alias(CoreNetworkPolicyAlias alias)
The alias of a core network policy
|
CoreNetworkPolicy.Builder |
CoreNetworkPolicy.Builder.alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current LIVE policy or the most recently submitted policy.
|
CoreNetworkPolicyVersion.Builder |
CoreNetworkPolicyVersion.Builder.alias(CoreNetworkPolicyAlias alias)
Whether a core network policy is the current policy or the most recently submitted policy.
|
Copyright © 2023. All rights reserved.