| 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 stand up or maintain your own Kubernetes control plane.
|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.clone() |
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.withClusterName(String clusterName)
The name of the cluster to associate the configuration to.
|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.withOidc(OidcIdentityProviderConfigRequest oidc)
An object that represents an OpenID Connect (OIDC) identity provider configuration.
|
AssociateIdentityProviderConfigRequest |
AssociateIdentityProviderConfigRequest.withTags(Map<String,String> tags)
The metadata to apply to the configuration to assist with categorization and organization.
|
Copyright © 2022. All rights reserved.