Uses of Class
software.amazon.awssdk.services.networkmanager.model.CoreNetworkPolicyAlias
-
Packages that use CoreNetworkPolicyAlias Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of CoreNetworkPolicyAlias in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return CoreNetworkPolicyAlias Modifier and Type Method Description CoreNetworkPolicyAliasCoreNetworkPolicy. alias()Whether a core network policy is the current LIVE policy or the most recently submitted policy.CoreNetworkPolicyAliasCoreNetworkPolicyVersion. alias()Whether a core network policy is the current policy or the most recently submitted policy.CoreNetworkPolicyAliasGetCoreNetworkPolicyRequest. alias()The alias of a core network policystatic CoreNetworkPolicyAliasCoreNetworkPolicyAlias. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CoreNetworkPolicyAliasCoreNetworkPolicyAlias. 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.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type CoreNetworkPolicyAlias Modifier and Type Method Description static Set<CoreNetworkPolicyAlias>CoreNetworkPolicyAlias. knownValues()Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type CoreNetworkPolicyAlias Modifier and Type Method Description CoreNetworkPolicy.BuilderCoreNetworkPolicy.Builder. alias(CoreNetworkPolicyAlias alias)Whether a core network policy is the current LIVE policy or the most recently submitted policy.CoreNetworkPolicyVersion.BuilderCoreNetworkPolicyVersion.Builder. alias(CoreNetworkPolicyAlias alias)Whether a core network policy is the current policy or the most recently submitted policy.GetCoreNetworkPolicyRequest.BuilderGetCoreNetworkPolicyRequest.Builder. alias(CoreNetworkPolicyAlias alias)The alias of a core network policy
-