Uses of Class
software.amazon.awssdk.services.emrcontainers.model.EksInfo
-
Packages that use EksInfo Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of EksInfo in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return EksInfo Modifier and Type Method Description EksInfoContainerInfo. eksInfo()The information about the Amazon EKS cluster.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type EksInfo Modifier and Type Method Description ContainerInfo.BuilderContainerInfo.Builder. eksInfo(EksInfo eksInfo)The information about the Amazon EKS cluster.static ContainerInfoContainerInfo. fromEksInfo(EksInfo eksInfo)Create an instance of this class withContainerInfo.eksInfo()initialized to the given value.
-