| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
EksAnywhereSubscription |
EksAnywhereSubscription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EksAnywhereSubscription |
EksAnywhereSubscription.clearTagsEntries()
Removes all the entries added into Tags.
|
EksAnywhereSubscription |
EksAnywhereSubscription.clone() |
EksAnywhereSubscription |
UpdateEksAnywhereSubscriptionResult.getSubscription()
The full description of the updated subscription.
|
EksAnywhereSubscription |
DescribeEksAnywhereSubscriptionResult.getSubscription()
The full description of the subscription.
|
EksAnywhereSubscription |
DeleteEksAnywhereSubscriptionResult.getSubscription()
The full description of the subscription to be deleted.
|
EksAnywhereSubscription |
CreateEksAnywhereSubscriptionResult.getSubscription()
The full description of the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withArn(String arn)
The Amazon Resource Name (ARN) for the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withAutoRenew(Boolean autoRenew)
A boolean indicating whether or not a subscription will auto renew when it expires.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withCreatedAt(Date createdAt)
The Unix timestamp in seconds for when the subscription was created.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withEffectiveDate(Date effectiveDate)
The Unix timestamp in seconds for when the subscription is effective.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withExpirationDate(Date expirationDate)
The Unix timestamp in seconds for when the subscription will expire or auto renew, depending on the auto renew
configuration of the subscription object.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withId(String id)
UUID identifying a subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withLicenseArns(Collection<String> licenseArns)
Amazon Web Services License Manager ARN associated with the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withLicenseArns(String... licenseArns)
Amazon Web Services License Manager ARN associated with the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withLicenseQuantity(Integer licenseQuantity)
The number of licenses included in a subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withLicenseType(EksAnywhereSubscriptionLicenseType licenseType)
The type of licenses included in the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withLicenseType(String licenseType)
The type of licenses included in the subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withStatus(String status)
The status of a subscription.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withTags(Map<String,String> tags)
The metadata for a subscription to assist with categorization and organization.
|
EksAnywhereSubscription |
EksAnywhereSubscription.withTerm(EksAnywhereSubscriptionTerm term)
An EksAnywhereSubscriptionTerm object.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksAnywhereSubscription> |
ListEksAnywhereSubscriptionsResult.getSubscriptions()
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEksAnywhereSubscriptionResult.setSubscription(EksAnywhereSubscription subscription)
The full description of the updated subscription.
|
void |
DescribeEksAnywhereSubscriptionResult.setSubscription(EksAnywhereSubscription subscription)
The full description of the subscription.
|
void |
DeleteEksAnywhereSubscriptionResult.setSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
|
void |
CreateEksAnywhereSubscriptionResult.setSubscription(EksAnywhereSubscription subscription)
The full description of the subscription.
|
UpdateEksAnywhereSubscriptionResult |
UpdateEksAnywhereSubscriptionResult.withSubscription(EksAnywhereSubscription subscription)
The full description of the updated subscription.
|
DescribeEksAnywhereSubscriptionResult |
DescribeEksAnywhereSubscriptionResult.withSubscription(EksAnywhereSubscription subscription)
The full description of the subscription.
|
DeleteEksAnywhereSubscriptionResult |
DeleteEksAnywhereSubscriptionResult.withSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
|
CreateEksAnywhereSubscriptionResult |
CreateEksAnywhereSubscriptionResult.withSubscription(EksAnywhereSubscription subscription)
The full description of the subscription.
|
ListEksAnywhereSubscriptionsResult |
ListEksAnywhereSubscriptionsResult.withSubscriptions(EksAnywhereSubscription... subscriptions)
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEksAnywhereSubscriptionsResult.setSubscriptions(Collection<EksAnywhereSubscription> subscriptions)
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
ListEksAnywhereSubscriptionsResult |
ListEksAnywhereSubscriptionsResult.withSubscriptions(Collection<EksAnywhereSubscription> subscriptions)
A list of all subscription objects in the region, filtered by includeStatus and paginated by nextToken and
maxResults.
|
Copyright © 2023. All rights reserved.