| 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 |
|---|---|
CreateAddonRequest |
CreateAddonRequest.withResolveConflicts(ResolveConflicts resolveConflicts)
How to resolve field value conflicts for an Amazon EKS add-on.
|
UpdateAddonRequest |
UpdateAddonRequest.withResolveConflicts(ResolveConflicts resolveConflicts)
How to resolve field value conflicts for an Amazon EKS add-on if you've changed a value from the Amazon EKS
default value.
|
Copyright © 2023. All rights reserved.