| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Addon |
Addon.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Addon |
Addon.clearTagsEntries()
Removes all the entries added into Tags.
|
Addon |
Addon.clone() |
Addon |
DeleteAddonResult.getAddon() |
Addon |
CreateAddonResult.getAddon() |
Addon |
DescribeAddonResult.getAddon() |
Addon |
Addon.withAddonArn(String addonArn)
The Amazon Resource Name (ARN) of the add-on.
|
Addon |
Addon.withAddonName(String addonName)
The name of the add-on.
|
Addon |
Addon.withAddonVersion(String addonVersion)
The version of the add-on.
|
Addon |
Addon.withClusterName(String clusterName)
The name of your cluster.
|
Addon |
Addon.withConfigurationValues(String configurationValues)
The configuration values that you provided.
|
Addon |
Addon.withCreatedAt(Date createdAt)
The Unix epoch timestamp at object creation.
|
Addon |
Addon.withHealth(AddonHealth health)
An object that represents the health of the add-on.
|
Addon |
Addon.withMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
Addon |
Addon.withModifiedAt(Date modifiedAt)
The Unix epoch timestamp for the last modification to the object.
|
Addon |
Addon.withOwner(String owner)
The owner of the add-on.
|
Addon |
Addon.withPublisher(String publisher)
The publisher of the add-on.
|
Addon |
Addon.withServiceAccountRoleArn(String serviceAccountRoleArn)
The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes
ServiceAccount object
that the add-on uses. |
Addon |
Addon.withStatus(AddonStatus status)
The status of the add-on.
|
Addon |
Addon.withStatus(String status)
The status of the add-on.
|
Addon |
Addon.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteAddonResult.setAddon(Addon addon) |
void |
CreateAddonResult.setAddon(Addon addon) |
void |
DescribeAddonResult.setAddon(Addon addon) |
DeleteAddonResult |
DeleteAddonResult.withAddon(Addon addon) |
CreateAddonResult |
CreateAddonResult.withAddon(Addon addon) |
DescribeAddonResult |
DescribeAddonResult.withAddon(Addon addon) |
Copyright © 2024. All rights reserved.