| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
AccessConfigResponse |
AccessConfigResponse.clone() |
AccessConfigResponse |
Cluster.getAccessConfig()
The access configuration for the cluster.
|
AccessConfigResponse |
AccessConfigResponse.withAuthenticationMode(AuthenticationMode authenticationMode)
The current authentication mode of the cluster.
|
AccessConfigResponse |
AccessConfigResponse.withAuthenticationMode(String authenticationMode)
The current authentication mode of the cluster.
|
AccessConfigResponse |
AccessConfigResponse.withBootstrapClusterCreatorAdminPermissions(Boolean bootstrapClusterCreatorAdminPermissions)
Specifies whether or not the cluster creator IAM principal was set as a cluster admin access entry during cluster
creation time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setAccessConfig(AccessConfigResponse accessConfig)
The access configuration for the cluster.
|
Cluster |
Cluster.withAccessConfig(AccessConfigResponse accessConfig)
The access configuration for the cluster.
|
Copyright © 2024. All rights reserved.