Uses of Enum
com.amazonaws.services.ec2.model.InstanceAttributeName
Packages that use InstanceAttributeName
-
Uses of InstanceAttributeName in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InstanceAttributeNameModifier and TypeMethodDescriptionstatic InstanceAttributeName
Use this in place of valueOf.static InstanceAttributeName
Returns the enum constant of this type with the specified name.static InstanceAttributeName[]
InstanceAttributeName.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 InstanceAttributeNameModifier and TypeMethodDescriptionvoid
DescribeInstanceAttributeRequest.setAttribute
(InstanceAttributeName attribute) The instance attribute.void
ModifyInstanceAttributeRequest.setAttribute
(InstanceAttributeName attribute) The name of the attribute.void
ResetInstanceAttributeRequest.setAttribute
(InstanceAttributeName attribute) The attribute to reset.DescribeInstanceAttributeRequest.withAttribute
(InstanceAttributeName attribute) The instance attribute.ModifyInstanceAttributeRequest.withAttribute
(InstanceAttributeName attribute) The name of the attribute.ResetInstanceAttributeRequest.withAttribute
(InstanceAttributeName attribute) The attribute to reset.Constructors in com.amazonaws.services.ec2.model with parameters of type InstanceAttributeNameModifierConstructorDescriptionDescribeInstanceAttributeRequest
(String instanceId, InstanceAttributeName attribute) Constructs a new DescribeInstanceAttributeRequest object.ModifyInstanceAttributeRequest
(String instanceId, InstanceAttributeName attribute) Constructs a new ModifyInstanceAttributeRequest object.ResetInstanceAttributeRequest
(String instanceId, InstanceAttributeName attribute) Constructs a new ResetInstanceAttributeRequest object.