Uses of Enum Class
com.cloudforge.core.enums.CpuArchitecture
Packages that use CpuArchitecture
-
Uses of CpuArchitecture in com.cloudforge.core.enums
Subclasses with type arguments of type CpuArchitecture in com.cloudforge.core.enumsModifier and TypeClassDescriptionenumTarget CPU architecture for a Fargate task definition.Methods in com.cloudforge.core.enums that return CpuArchitectureModifier and TypeMethodDescriptionstatic CpuArchitectureReturns the enum constant of this class with the specified name.static CpuArchitecture[]CpuArchitecture.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CpuArchitecture in com.cloudforge.core.interfaces
Methods in com.cloudforge.core.interfaces that return CpuArchitectureModifier and TypeMethodDescriptiondefault CpuArchitectureApplicationSpec.cpuArchitecture()Returns the CPU architecture this application's container image is built for, so a Fargate task definition requests matching compute rather than silently defaulting to X86_64.