| Package | Description |
|---|---|
| com.amazonaws.services.eks |
Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on
Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEksAnywhereSubscriptionResult> |
AbstractAmazonEKSAsync.updateEksAnywhereSubscriptionAsync(UpdateEksAnywhereSubscriptionRequest request,
AsyncHandler<UpdateEksAnywhereSubscriptionRequest,UpdateEksAnywhereSubscriptionResult> asyncHandler) |
Future<UpdateEksAnywhereSubscriptionResult> |
AmazonEKSAsyncClient.updateEksAnywhereSubscriptionAsync(UpdateEksAnywhereSubscriptionRequest request,
AsyncHandler<UpdateEksAnywhereSubscriptionRequest,UpdateEksAnywhereSubscriptionResult> asyncHandler) |
Future<UpdateEksAnywhereSubscriptionResult> |
AmazonEKSAsync.updateEksAnywhereSubscriptionAsync(UpdateEksAnywhereSubscriptionRequest updateEksAnywhereSubscriptionRequest,
AsyncHandler<UpdateEksAnywhereSubscriptionRequest,UpdateEksAnywhereSubscriptionResult> asyncHandler)
Update an EKS Anywhere Subscription.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEksAnywhereSubscriptionRequest |
UpdateEksAnywhereSubscriptionRequest.clone() |
UpdateEksAnywhereSubscriptionRequest |
UpdateEksAnywhereSubscriptionRequest.withAutoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
|
UpdateEksAnywhereSubscriptionRequest |
UpdateEksAnywhereSubscriptionRequest.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
UpdateEksAnywhereSubscriptionRequest |
UpdateEksAnywhereSubscriptionRequest.withId(String id)
The ID of the subscription.
|
Copyright © 2024. All rights reserved.