| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceInformation |
MarketplaceInformation.clone() |
MarketplaceInformation |
AddonInfo.getMarketplaceInformation()
Information about the add-on from the Amazon Web Services Marketplace.
|
MarketplaceInformation |
Addon.getMarketplaceInformation()
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
MarketplaceInformation |
MarketplaceInformation.withProductId(String productId)
The product ID from the Amazon Web Services Marketplace.
|
MarketplaceInformation |
MarketplaceInformation.withProductUrl(String productUrl)
The product URL from the Amazon Web Services Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddonInfo.setMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
|
void |
Addon.setMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
AddonInfo |
AddonInfo.withMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about the add-on from the Amazon Web Services Marketplace.
|
Addon |
Addon.withMarketplaceInformation(MarketplaceInformation marketplaceInformation)
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
Copyright © 2024. All rights reserved.