Uses of Class
software.amazon.awssdk.services.ecs.model.InstanceGeneration
-
Packages that use InstanceGeneration Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of InstanceGeneration in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return InstanceGeneration Modifier and Type Method Description static InstanceGenerationInstanceGeneration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceGenerationInstanceGeneration. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceGeneration[]InstanceGeneration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type InstanceGeneration Modifier and Type Method Description List<InstanceGeneration>InstanceRequirementsRequest. instanceGenerations()The instance generations to include.static Set<InstanceGeneration>InstanceGeneration. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type InstanceGeneration Modifier and Type Method Description InstanceRequirementsRequest.BuilderInstanceRequirementsRequest.Builder. instanceGenerations(InstanceGeneration... instanceGenerations)The instance generations to include.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type InstanceGeneration Modifier and Type Method Description InstanceRequirementsRequest.BuilderInstanceRequirementsRequest.Builder. instanceGenerations(Collection<InstanceGeneration> instanceGenerations)The instance generations to include.
-