Uses of Class
software.amazon.awssdk.services.eks.model.RemoteAccessConfig
-
Packages that use RemoteAccessConfig Package Description software.amazon.awssdk.services.eks.model -
-
Uses of RemoteAccessConfig in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return RemoteAccessConfig Modifier and Type Method Description RemoteAccessConfigCreateNodegroupRequest. remoteAccess()The remote access configuration to use with your node group.RemoteAccessConfigNodegroup. 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.Methods in software.amazon.awssdk.services.eks.model with parameters of type RemoteAccessConfig Modifier and Type Method Description CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. remoteAccess(RemoteAccessConfig remoteAccess)The remote access configuration to use with your node group.Nodegroup.BuilderNodegroup.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.
-