Uses of Enum
software.amazon.awscdk.services.codebuild.HostKernel
Packages that use HostKernel
-
Uses of HostKernel in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return HostKernelModifier and TypeMethodDescriptiondefault HostKernelBuildEnvironment.getHostKernel()The host operating system kernel used for the builds.final HostKernelBuildEnvironment.Jsii$Proxy.getHostKernel()static HostKernelReturns the enum constant of this type with the specified name.static HostKernel[]HostKernel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codebuild with parameters of type HostKernelModifier and TypeMethodDescriptionBuildEnvironment.Builder.hostKernel(HostKernel hostKernel) Sets the value ofBuildEnvironment.getHostKernel()