Uses of Class
com.amazonaws.services.ec2.model.GroupIdentifier
-
Packages that use GroupIdentifier Package Description com.amazonaws.services.ec2.model -
-
Uses of GroupIdentifier in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return GroupIdentifier Modifier and Type Method Description GroupIdentifier
GroupIdentifier. clone()
GroupIdentifier
GroupIdentifier. withGroupId(String groupId)
The ID of the security group.GroupIdentifier
GroupIdentifier. withGroupName(String groupName)
The name of the security group.Methods in com.amazonaws.services.ec2.model that return types with arguments of type GroupIdentifier Modifier and Type Method Description List<GroupIdentifier>
LaunchSpecification. getAllSecurityGroups()
One or more security groups.List<GroupIdentifier>
ClassicLinkInstance. getGroups()
A list of security groups.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>
InstanceNetworkInterface. getGroups()
One or more security groups.List<GroupIdentifier>
NetworkInterface. getGroups()
Any security groups for the network interface.List<GroupIdentifier>
Reservation. getGroups()
[EC2-Classic only] One or more security groups.List<GroupIdentifier>
Instance. getSecurityGroups()
One or more security groups for the instance.List<GroupIdentifier>
SpotFleetLaunchSpecification. getSecurityGroups()
One or more security groups.Methods in com.amazonaws.services.ec2.model with parameters of type GroupIdentifier Modifier and Type Method Description LaunchSpecification
LaunchSpecification. withAllSecurityGroups(GroupIdentifier... allSecurityGroups)
One or more security groups.ClassicLinkInstance
ClassicLinkInstance. withGroups(GroupIdentifier... groups)
A list of security groups.DescribeNetworkInterfaceAttributeResult
DescribeNetworkInterfaceAttributeResult. withGroups(GroupIdentifier... groups)
The security groups associated with the network interface.InstanceAttribute
InstanceAttribute. withGroups(GroupIdentifier... groups)
The security groups associated with the instance.InstanceNetworkInterface
InstanceNetworkInterface. withGroups(GroupIdentifier... groups)
One or more security groups.NetworkInterface
NetworkInterface. withGroups(GroupIdentifier... groups)
Any security groups for the network interface.Reservation
Reservation. withGroups(GroupIdentifier... groups)
[EC2-Classic only] One or more security groups.Instance
Instance. withSecurityGroups(GroupIdentifier... securityGroups)
One or more security groups for the instance.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withSecurityGroups(GroupIdentifier... securityGroups)
One or more security groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type GroupIdentifier Modifier and Type Method Description void
LaunchSpecification. setAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)
One or more security groups.void
ClassicLinkInstance. setGroups(Collection<GroupIdentifier> groups)
A list of security groups.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
InstanceNetworkInterface. setGroups(Collection<GroupIdentifier> groups)
One or more security groups.void
NetworkInterface. setGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.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.void
SpotFleetLaunchSpecification. setSecurityGroups(Collection<GroupIdentifier> securityGroups)
One or more security groups.LaunchSpecification
LaunchSpecification. withAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)
One or more security groups.ClassicLinkInstance
ClassicLinkInstance. withGroups(Collection<GroupIdentifier> groups)
A list of security groups.DescribeNetworkInterfaceAttributeResult
DescribeNetworkInterfaceAttributeResult. withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.InstanceAttribute
InstanceAttribute. withGroups(Collection<GroupIdentifier> groups)
The security groups associated with the instance.InstanceNetworkInterface
InstanceNetworkInterface. withGroups(Collection<GroupIdentifier> groups)
One or more security groups.NetworkInterface
NetworkInterface. withGroups(Collection<GroupIdentifier> groups)
Any security groups for the network interface.Reservation
Reservation. withGroups(Collection<GroupIdentifier> groups)
[EC2-Classic only] One or more security groups.Instance
Instance. withSecurityGroups(Collection<GroupIdentifier> securityGroups)
One or more security groups for the instance.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withSecurityGroups(Collection<GroupIdentifier> securityGroups)
One or more security groups.
-