| 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<CreateAccessEntryResult> |
AbstractAmazonEKSAsync.createAccessEntryAsync(CreateAccessEntryRequest request,
AsyncHandler<CreateAccessEntryRequest,CreateAccessEntryResult> asyncHandler) |
Future<CreateAccessEntryResult> |
AmazonEKSAsync.createAccessEntryAsync(CreateAccessEntryRequest createAccessEntryRequest,
AsyncHandler<CreateAccessEntryRequest,CreateAccessEntryResult> asyncHandler)
Creates an access entry.
|
Future<CreateAccessEntryResult> |
AmazonEKSAsyncClient.createAccessEntryAsync(CreateAccessEntryRequest request,
AsyncHandler<CreateAccessEntryRequest,CreateAccessEntryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAccessEntryRequest |
CreateAccessEntryRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.clone() |
CreateAccessEntryRequest |
CreateAccessEntryRequest.withClientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.withClusterName(String clusterName)
The name of your cluster.
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.withKubernetesGroups(Collection<String> kubernetesGroups)
The value for
name that you've specified for kind: Group as a subject in a
Kubernetes RoleBinding or ClusterRoleBinding object. |
CreateAccessEntryRequest |
CreateAccessEntryRequest.withKubernetesGroups(String... kubernetesGroups)
The value for
name that you've specified for kind: Group as a subject in a
Kubernetes RoleBinding or ClusterRoleBinding object. |
CreateAccessEntryRequest |
CreateAccessEntryRequest.withPrincipalArn(String principalArn)
The ARN of the IAM principal for the
AccessEntry. |
CreateAccessEntryRequest |
CreateAccessEntryRequest.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.withType(String type)
The type of the new access entry.
|
CreateAccessEntryRequest |
CreateAccessEntryRequest.withUsername(String username)
The username to authenticate to Kubernetes with.
|
Copyright © 2023. All rights reserved.