Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
static InstanceAttributeName |
InstanceAttributeName.fromValue(String value)
Use this in place of valueOf.
|
static InstanceAttributeName |
InstanceAttributeName.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResetInstanceAttributeRequest.setAttribute(InstanceAttributeName attribute)
The attribute to reset.
|
void |
ModifyInstanceAttributeRequest.setAttribute(InstanceAttributeName attribute)
The name of the attribute.
|
void |
DescribeInstanceAttributeRequest.setAttribute(InstanceAttributeName attribute)
The instance attribute.
|
ResetInstanceAttributeRequest |
ResetInstanceAttributeRequest.withAttribute(InstanceAttributeName attribute)
The attribute to reset.
|
ModifyInstanceAttributeRequest |
ModifyInstanceAttributeRequest.withAttribute(InstanceAttributeName attribute)
The name of the attribute.
|
DescribeInstanceAttributeRequest |
DescribeInstanceAttributeRequest.withAttribute(InstanceAttributeName attribute)
The instance attribute.
|
Constructor and Description |
---|
DescribeInstanceAttributeRequest(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.
|
Copyright © 2015. All rights reserved.