| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteAccessConfig |
CreateNodegroupRequest.remoteAccess()
The remote access configuration to use with your node group.
|
RemoteAccessConfig |
Nodegroup.remoteAccess()
If the node group wasn't deployed with a launch template, then this is the remote access configuration that is
associated with the node group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.remoteAccess(RemoteAccessConfig remoteAccess)
The remote access configuration to use with your node group.
|
Nodegroup.Builder |
Nodegroup.Builder.remoteAccess(RemoteAccessConfig remoteAccess)
If the node group wasn't deployed with a launch template, then this is the remote access configuration that
is associated with the node group.
|
Copyright © 2023. All rights reserved.