Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<GroupIdentifier> |
LaunchSpecification.allSecurityGroups
One or more security groups.
|
private SdkInternalList<GroupIdentifier> |
Reservation.groups
[EC2-Classic only] One or more security groups.
|
private SdkInternalList<GroupIdentifier> |
NetworkInterface.groups
Any security groups for the network interface.
|
private SdkInternalList<GroupIdentifier> |
InstanceNetworkInterface.groups
One or more security groups.
|
private SdkInternalList<GroupIdentifier> |
InstanceAttribute.groups
The security groups associated with the instance.
|
private SdkInternalList<GroupIdentifier> |
DescribeNetworkInterfaceAttributeResult.groups
The security groups associated with the network interface.
|
private SdkInternalList<GroupIdentifier> |
ClassicLinkInstance.groups
A list of security groups.
|
private SdkInternalList<GroupIdentifier> |
SpotFleetLaunchSpecification.securityGroups
One or more security groups.
|
private SdkInternalList<GroupIdentifier> |
Instance.securityGroups
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
GroupIdentifier.clone() |
GroupIdentifier |
GroupIdentifier.withGroupId(java.lang.String groupId)
The ID of the security group.
|
GroupIdentifier |
GroupIdentifier.withGroupName(java.lang.String groupName)
The name of the security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GroupIdentifier> |
LaunchSpecification.getAllSecurityGroups()
One or more security groups.
|
java.util.List<GroupIdentifier> |
Reservation.getGroups()
[EC2-Classic only] One or more security groups.
|
java.util.List<GroupIdentifier> |
NetworkInterface.getGroups()
Any security groups for the network interface.
|
java.util.List<GroupIdentifier> |
InstanceNetworkInterface.getGroups()
One or more security groups.
|
java.util.List<GroupIdentifier> |
InstanceAttribute.getGroups()
The security groups associated with the instance.
|
java.util.List<GroupIdentifier> |
DescribeNetworkInterfaceAttributeResult.getGroups()
The security groups associated with the network interface.
|
java.util.List<GroupIdentifier> |
ClassicLinkInstance.getGroups()
A list of security groups.
|
java.util.List<GroupIdentifier> |
SpotFleetLaunchSpecification.getSecurityGroups()
One or more security groups.
|
java.util.List<GroupIdentifier> |
Instance.getSecurityGroups()
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
LaunchSpecification |
LaunchSpecification.withAllSecurityGroups(GroupIdentifier... allSecurityGroups)
One or more security groups.
|
Reservation |
Reservation.withGroups(GroupIdentifier... groups)
[EC2-Classic only] One or more security groups.
|
NetworkInterface |
NetworkInterface.withGroups(GroupIdentifier... groups)
Any security groups for the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(GroupIdentifier... groups)
One or more security groups.
|
InstanceAttribute |
InstanceAttribute.withGroups(GroupIdentifier... groups)
The security groups associated with the instance.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(GroupIdentifier... groups)
The security groups associated with the network interface.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(GroupIdentifier... groups)
A list of security groups.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(GroupIdentifier... securityGroups)
One or more security groups.
|
Instance |
Instance.withSecurityGroups(GroupIdentifier... securityGroups)
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchSpecification.setAllSecurityGroups(java.util.Collection<GroupIdentifier> allSecurityGroups)
One or more security groups.
|
void |
Reservation.setGroups(java.util.Collection<GroupIdentifier> groups)
[EC2-Classic only] One or more security groups.
|
void |
NetworkInterface.setGroups(java.util.Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
void |
InstanceNetworkInterface.setGroups(java.util.Collection<GroupIdentifier> groups)
One or more security groups.
|
void |
InstanceAttribute.setGroups(java.util.Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
void |
DescribeNetworkInterfaceAttributeResult.setGroups(java.util.Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
void |
ClassicLinkInstance.setGroups(java.util.Collection<GroupIdentifier> groups)
A list of security groups.
|
void |
SpotFleetLaunchSpecification.setSecurityGroups(java.util.Collection<GroupIdentifier> securityGroups)
One or more security groups.
|
void |
Instance.setSecurityGroups(java.util.Collection<GroupIdentifier> securityGroups)
One or more security groups for the instance.
|
LaunchSpecification |
LaunchSpecification.withAllSecurityGroups(java.util.Collection<GroupIdentifier> allSecurityGroups)
One or more security groups.
|
Reservation |
Reservation.withGroups(java.util.Collection<GroupIdentifier> groups)
[EC2-Classic only] One or more security groups.
|
NetworkInterface |
NetworkInterface.withGroups(java.util.Collection<GroupIdentifier> groups)
Any security groups for the network interface.
|
InstanceNetworkInterface |
InstanceNetworkInterface.withGroups(java.util.Collection<GroupIdentifier> groups)
One or more security groups.
|
InstanceAttribute |
InstanceAttribute.withGroups(java.util.Collection<GroupIdentifier> groups)
The security groups associated with the instance.
|
DescribeNetworkInterfaceAttributeResult |
DescribeNetworkInterfaceAttributeResult.withGroups(java.util.Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
|
ClassicLinkInstance |
ClassicLinkInstance.withGroups(java.util.Collection<GroupIdentifier> groups)
A list of security groups.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withSecurityGroups(java.util.Collection<GroupIdentifier> securityGroups)
One or more security groups.
|
Instance |
Instance.withSecurityGroups(java.util.Collection<GroupIdentifier> securityGroups)
One or more security groups for the instance.
|
Modifier and Type | Method and Description |
---|---|
GroupIdentifier |
GroupIdentifierStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |