| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolveConflicts |
ResolveConflicts.fromValue(String value)
Use this in place of valueOf.
|
static ResolveConflicts |
ResolveConflicts.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolveConflicts[] |
ResolveConflicts.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAddonRequest |
UpdateAddonRequest.withResolveConflicts(ResolveConflicts resolveConflicts)
How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
|
CreateAddonRequest |
CreateAddonRequest.withResolveConflicts(ResolveConflicts resolveConflicts)
How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.
|
Copyright © 2021. All rights reserved.