Uses of Enum
com.amazonaws.services.ec2.model.Affinity
Packages that use Affinity
-
Uses of Affinity in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AffinityModifier and TypeMethodDescriptionstatic Affinity
Use this in place of valueOf.static Affinity
Returns the enum constant of this type with the specified name.static Affinity[]
Affinity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type AffinityModifier and TypeMethodDescriptionvoid
ModifyInstancePlacementRequest.setAffinity
(Affinity affinity) The new affinity setting for the instance.ModifyInstancePlacementRequest.withAffinity
(Affinity affinity) The new affinity setting for the instance.