Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<GroupIdentifier> |
InstanceNetworkInterface.getGroups()
One or more security groups.
|
List<GroupIdentifier> |
NetworkInterface.getGroups()
Any security groups for the network interface.
|
List<GroupIdentifier> |
DescribeNetworkInterfaceAttributeResult.getGroups()
The security groups associated with the network interface.
|
List<GroupIdentifier> |
InstanceAttribute.getGroups()
The security groups associated with the instance.
|
List<GroupIdentifier> |
Reservation.getGroups()
[EC2-Classic only] One or more security groups.
|
List<GroupIdentifier> |
Instance.getSecurityGroups()
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceNetworkInterface.setGroups(Collection<GroupIdentifier> groups)
One or more security groups.
|
void |
NetworkInterface.setGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
void |
DescribeNetworkInterfaceAttributeResult.setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
void |
InstanceAttribute.setGroups(Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
void |
Reservation.setGroups(Collection<GroupIdentifier> groups)
[EC2-Classic only] One or more security groups.
|
void |
Instance.setSecurityGroups(Collection<GroupIdentifier> securityGroups)
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
static List<GroupIdentifier> |
EC2ModelFactory.wrapGroupsList(List<com.amazonaws.services.ec2.model.GroupIdentifier> source) |
Copyright © 2010–2020. All rights reserved.