| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OperationType |
ModifySnapshotAttributeRequest.operationType()
The type of operation to perform to the attribute.
|
OperationType |
ModifyFpgaImageAttributeRequest.operationType()
The operation type.
|
OperationType |
ModifyImageAttributeRequest.operationType()
The operation type.
|
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 |
|---|---|
static Set<OperationType> |
OperationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotAttributeRequest.Builder |
ModifySnapshotAttributeRequest.Builder.operationType(OperationType operationType)
The type of operation to perform to the attribute.
|
ModifyFpgaImageAttributeRequest.Builder |
ModifyFpgaImageAttributeRequest.Builder.operationType(OperationType operationType)
The operation type.
|
ModifyImageAttributeRequest.Builder |
ModifyImageAttributeRequest.Builder.operationType(OperationType operationType)
The operation type.
|
Copyright © 2020. All rights reserved.