Uses of Class
software.amazon.awssdk.services.emrcontainers.model.ContainerInfo
-
Packages that use ContainerInfo Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of ContainerInfo in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return ContainerInfo Modifier and Type Method Description static ContainerInfoContainerInfo. fromEksInfo(Consumer<EksInfo.Builder> eksInfo)Create an instance of this class witheksInfo()initialized to the given value.static ContainerInfoContainerInfo. fromEksInfo(EksInfo eksInfo)Create an instance of this class witheksInfo()initialized to the given value.ContainerInfoContainerProvider. info()The information about the container cluster.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type ContainerInfo Modifier and Type Method Description ContainerProvider.BuilderContainerProvider.Builder. info(ContainerInfo info)The information about the container cluster.
-