Uses of Enum
com.amazonaws.services.ec2.model.Affinity
Packages that use Affinity
-
Uses of Affinity in com.amazonaws.services.ec2.model
Subclasses with type arguments of type Affinity in com.amazonaws.services.ec2.modelMethods in com.amazonaws.services.ec2.model that return AffinityModifier and TypeMethodDescriptionstatic AffinityUse this in place of valueOf.static AffinityReturns 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 TypeMethodDescriptionvoidModifyInstancePlacementRequest.setAffinity(Affinity affinity) The new affinity setting for the instance.ModifyInstancePlacementRequest.withAffinity(Affinity affinity) The new affinity setting for the instance.