| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ResetImageAttributeName |
ResetImageAttributeRequest.attribute()
The attribute to reset (currently you can only reset the launch permission attribute).
|
static ResetImageAttributeName |
ResetImageAttributeName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResetImageAttributeName |
ResetImageAttributeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResetImageAttributeName[] |
ResetImageAttributeName.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<ResetImageAttributeName> |
ResetImageAttributeName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResetImageAttributeRequest.Builder |
ResetImageAttributeRequest.Builder.attribute(ResetImageAttributeName attribute)
The attribute to reset (currently you can only reset the launch permission attribute).
|
Copyright © 2019. All rights reserved.