| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static ResolveConflicts |
ResolveConflicts.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResolveConflicts |
UpdateAddonRequest.resolveConflicts()
How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
|
ResolveConflicts |
CreateAddonRequest.resolveConflicts()
How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.
|
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 |
|---|---|
static Set<ResolveConflicts> |
ResolveConflicts.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAddonRequest.Builder |
UpdateAddonRequest.Builder.resolveConflicts(ResolveConflicts resolveConflicts)
How to resolve parameter value conflicts when applying the new version of the add-on to the cluster.
|
CreateAddonRequest.Builder |
CreateAddonRequest.Builder.resolveConflicts(ResolveConflicts resolveConflicts)
How to resolve parameter value conflicts when migrating an existing add-on to an Amazon EKS add-on.
|
Copyright © 2022. All rights reserved.