| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessConfig |
RemoteAccessConfig.clone() |
RemoteAccessConfig |
Nodegroup.getRemoteAccess()
The remote access (SSH) configuration that is associated with the node group.
|
RemoteAccessConfig |
CreateNodegroupRequest.getRemoteAccess()
The remote access (SSH) configuration to use with your node group.
|
RemoteAccessConfig |
RemoteAccessConfig.withEc2SshKey(String ec2SshKey)
The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node
group.
|
RemoteAccessConfig |
RemoteAccessConfig.withSourceSecurityGroups(Collection<String> sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes.
|
RemoteAccessConfig |
RemoteAccessConfig.withSourceSecurityGroups(String... sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the worker nodes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nodegroup.setRemoteAccess(RemoteAccessConfig remoteAccess)
The remote access (SSH) configuration that is associated with the node group.
|
void |
CreateNodegroupRequest.setRemoteAccess(RemoteAccessConfig remoteAccess)
The remote access (SSH) configuration to use with your node group.
|
Nodegroup |
Nodegroup.withRemoteAccess(RemoteAccessConfig remoteAccess)
The remote access (SSH) configuration that is associated with the node group.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withRemoteAccess(RemoteAccessConfig remoteAccess)
The remote access (SSH) configuration to use with your node group.
|
Copyright © 2020. All rights reserved.