| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AccessEntry |
AccessEntry.addTagsEntry(String key,
String value)
Add a single Tags entry
|
AccessEntry |
AccessEntry.clearTagsEntries()
Removes all the entries added into Tags.
|
AccessEntry |
AccessEntry.clone() |
AccessEntry |
UpdateAccessEntryResult.getAccessEntry()
The ARN of the IAM principal for the
AccessEntry. |
AccessEntry |
DescribeAccessEntryResult.getAccessEntry()
Information about the access entry.
|
AccessEntry |
CreateAccessEntryResult.getAccessEntry() |
AccessEntry |
AccessEntry.withAccessEntryArn(String accessEntryArn)
The ARN of the access entry.
|
AccessEntry |
AccessEntry.withClusterName(String clusterName)
The name of your cluster.
|
AccessEntry |
AccessEntry.withCreatedAt(Date createdAt)
The Unix epoch timestamp at object creation.
|
AccessEntry |
AccessEntry.withKubernetesGroups(Collection<String> kubernetesGroups)
A
name that you've specified in a Kubernetes RoleBinding or
ClusterRoleBinding object so that Kubernetes authorizes the principalARN access to
cluster objects. |
AccessEntry |
AccessEntry.withKubernetesGroups(String... kubernetesGroups)
A
name that you've specified in a Kubernetes RoleBinding or
ClusterRoleBinding object so that Kubernetes authorizes the principalARN access to
cluster objects. |
AccessEntry |
AccessEntry.withModifiedAt(Date modifiedAt)
The Unix epoch timestamp for the last modification to the object.
|
AccessEntry |
AccessEntry.withPrincipalArn(String principalArn)
The ARN of the IAM principal for the access entry.
|
AccessEntry |
AccessEntry.withTags(Map<String,String> tags)
Metadata that assists with categorization and organization.
|
AccessEntry |
AccessEntry.withType(String type)
The type of the access entry.
|
AccessEntry |
AccessEntry.withUsername(String username)
The
name of a user that can authenticate to your cluster. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAccessEntryResult.setAccessEntry(AccessEntry accessEntry)
The ARN of the IAM principal for the
AccessEntry. |
void |
DescribeAccessEntryResult.setAccessEntry(AccessEntry accessEntry)
Information about the access entry.
|
void |
CreateAccessEntryResult.setAccessEntry(AccessEntry accessEntry) |
UpdateAccessEntryResult |
UpdateAccessEntryResult.withAccessEntry(AccessEntry accessEntry)
The ARN of the IAM principal for the
AccessEntry. |
DescribeAccessEntryResult |
DescribeAccessEntryResult.withAccessEntry(AccessEntry accessEntry)
Information about the access entry.
|
CreateAccessEntryResult |
CreateAccessEntryResult.withAccessEntry(AccessEntry accessEntry) |
Copyright © 2024. All rights reserved.