Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static OperationType |
OperationType.fromValue(String value)
Use this in place of valueOf.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyImageAttributeRequest.setOperationType(OperationType operationType)
The operation type.
|
void |
ModifySnapshotAttributeRequest.setOperationType(OperationType operationType)
The type of operation to perform to the attribute.
|
ModifyImageAttributeRequest |
ModifyImageAttributeRequest.withOperationType(OperationType operationType)
The operation type.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withOperationType(OperationType operationType)
The type of operation to perform to the attribute.
|
Constructor and Description |
---|
ModifySnapshotAttributeRequest(String snapshotId,
SnapshotAttributeName attribute,
OperationType operationType)
Constructs a new ModifySnapshotAttributeRequest object.
|
Copyright © 2018. All rights reserved.