Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
EC2Connector.describeSnapshotAttribute(String snapshotId,
SnapshotAttributeName attribute)
Describes the specified attribute of the specified snapshot.
|
ModifySnapshotAttributeResult |
EC2Connector.modifySnapshotAttribute(String snapshotId,
SnapshotAttributeName attribute,
OperationType operationType,
Collection<String> groupNames,
Collection<String> userIds)
Adds or removes permission settings for the specified snapshot.
|
ResetSnapshotAttributeResult |
EC2Connector.resetSnapshotAttribute(String snapshotId,
SnapshotAttributeName attribute)
Resets permission settings for the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotAttributeName |
SnapshotAttributeName.fromValue(String value)
Use this in place of valueOf.
|
static SnapshotAttributeName |
SnapshotAttributeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotAttributeName[] |
SnapshotAttributeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020. All rights reserved.