Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<UserIdGroupPair> |
StaleIpPermission.getUserIdGroupPairs()
One or more security group pairs.
|
List<UserIdGroupPair> |
IpPermission.getUserIdGroupPairs()
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
void |
StaleIpPermission.setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group pairs.
|
void |
IpPermission.setUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
|
Modifier and Type | Method and Description |
---|---|
static UserIdGroupPair |
EC2ModelFactory.wrapUserIdGroupPair(com.amazonaws.services.ec2.model.UserIdGroupPair sourceUserIdGroupPair) |
Modifier and Type | Method and Description |
---|---|
static List<UserIdGroupPair> |
EC2ModelFactory.wrapUserIdGroupPairList(List<com.amazonaws.services.ec2.model.UserIdGroupPair> sourceUserIdGroupPairList) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.ec2.model.UserIdGroupPair |
EC2ModelFactory.unwrapUserIdGroupPair(UserIdGroupPair sourceUserIdGroupPair) |
Modifier and Type | Method and Description |
---|---|
static List<com.amazonaws.services.ec2.model.UserIdGroupPair> |
EC2ModelFactory.unwrapUserIdGroupPairList(List<UserIdGroupPair> sourceUserIdGroupPairList) |
Copyright © 2010–2020. All rights reserved.