| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceAttributeName |
ModifyInstanceAttributeRequest.attribute()
The name of the attribute.
|
InstanceAttributeName |
ResetInstanceAttributeRequest.attribute()
The attribute to reset.
|
InstanceAttributeName |
DescribeInstanceAttributeRequest.attribute()
The instance attribute.
|
static InstanceAttributeName |
InstanceAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<InstanceAttributeName> |
InstanceAttributeName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifyInstanceAttributeRequest.Builder |
ModifyInstanceAttributeRequest.Builder.attribute(InstanceAttributeName attribute)
The name of the attribute.
|
ResetInstanceAttributeRequest.Builder |
ResetInstanceAttributeRequest.Builder.attribute(InstanceAttributeName attribute)
The attribute to reset.
|
DescribeInstanceAttributeRequest.Builder |
DescribeInstanceAttributeRequest.Builder.attribute(InstanceAttributeName attribute)
The instance attribute.
|
Copyright © 2021. All rights reserved.