Uses of Enum
software.amazon.awssdk.services.ec2.model.InstanceGeneration
Packages that use InstanceGeneration
-
Uses of InstanceGeneration in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return InstanceGenerationModifier and TypeMethodDescriptionstatic InstanceGenerationUse this in place of valueOf to convert the raw string returned by the service into the enum value.static InstanceGenerationReturns 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.ec2.model that return types with arguments of type InstanceGenerationModifier and TypeMethodDescriptionfinal List<InstanceGeneration>InstanceRequirements.instanceGenerations()Indicates whether current or previous generation instance types are included.final List<InstanceGeneration>InstanceRequirementsRequest.instanceGenerations()Indicates whether current or previous generation instance types are included.static Set<InstanceGeneration>InstanceGeneration.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceGenerationModifier and TypeMethodDescriptionInstanceRequirements.Builder.instanceGenerations(InstanceGeneration... instanceGenerations) Indicates whether current or previous generation instance types are included.InstanceRequirementsRequest.Builder.instanceGenerations(InstanceGeneration... instanceGenerations) Indicates whether current or previous generation instance types are included.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceGenerationModifier and TypeMethodDescriptionInstanceRequirements.Builder.instanceGenerations(Collection<InstanceGeneration> instanceGenerations) Indicates whether current or previous generation instance types are included.InstanceRequirementsRequest.Builder.instanceGenerations(Collection<InstanceGeneration> instanceGenerations) Indicates whether current or previous generation instance types are included.