Uses of Class
software.amazon.awssdk.services.pcs.model.Size
-
Packages that use Size Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of Size in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return Size Modifier and Type Method Description static SizeSize. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SizeCluster. size()The size of the cluster.SizeCreateClusterRequest. size()A value that determines the maximum number of compute nodes in the cluster and the maximum number of jobs (active and queued).static SizeSize. valueOf(String name)Returns the enum constant of this type with the specified name.static Size[]Size. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type Size Modifier and Type Method Description static Set<Size>Size. knownValues()Methods in software.amazon.awssdk.services.pcs.model with parameters of type Size Modifier and Type Method Description Cluster.BuilderCluster.Builder. size(Size size)The size of the cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. size(Size size)A value that determines the maximum number of compute nodes in the cluster and the maximum number of jobs (active and queued).
-