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 GroupIdentifierGroupIdentifier. clone()GroupIdentifierGroupIdentifier. withGroupId(String groupId)The ID of the security group.GroupIdentifierGroupIdentifier. 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 LaunchSpecificationLaunchSpecification. withAllSecurityGroups(GroupIdentifier... allSecurityGroups)One or more security groups.ClassicLinkInstanceClassicLinkInstance. withGroups(GroupIdentifier... groups)A list of security groups.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withGroups(GroupIdentifier... groups)The security groups associated with the network interface.InstanceAttributeInstanceAttribute. withGroups(GroupIdentifier... groups)The security groups associated with the instance.InstanceNetworkInterfaceInstanceNetworkInterface. withGroups(GroupIdentifier... groups)One or more security groups.NetworkInterfaceNetworkInterface. withGroups(GroupIdentifier... groups)Any security groups for the network interface.ReservationReservation. withGroups(GroupIdentifier... groups)[EC2-Classic only] One or more security groups.InstanceInstance. withSecurityGroups(GroupIdentifier... securityGroups)One or more security groups for the instance.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. 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 voidLaunchSpecification. setAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)One or more security groups.voidClassicLinkInstance. setGroups(Collection<GroupIdentifier> groups)A list of security groups.voidDescribeNetworkInterfaceAttributeResult. setGroups(Collection<GroupIdentifier> groups)The security groups associated with the network interface.voidInstanceAttribute. setGroups(Collection<GroupIdentifier> groups)The security groups associated with the instance.voidInstanceNetworkInterface. setGroups(Collection<GroupIdentifier> groups)One or more security groups.voidNetworkInterface. setGroups(Collection<GroupIdentifier> groups)Any security groups for the network interface.voidReservation. setGroups(Collection<GroupIdentifier> groups)[EC2-Classic only] One or more security groups.voidInstance. setSecurityGroups(Collection<GroupIdentifier> securityGroups)One or more security groups for the instance.voidSpotFleetLaunchSpecification. setSecurityGroups(Collection<GroupIdentifier> securityGroups)One or more security groups.LaunchSpecificationLaunchSpecification. withAllSecurityGroups(Collection<GroupIdentifier> allSecurityGroups)One or more security groups.ClassicLinkInstanceClassicLinkInstance. withGroups(Collection<GroupIdentifier> groups)A list of security groups.DescribeNetworkInterfaceAttributeResultDescribeNetworkInterfaceAttributeResult. withGroups(Collection<GroupIdentifier> groups)The security groups associated with the network interface.InstanceAttributeInstanceAttribute. withGroups(Collection<GroupIdentifier> groups)The security groups associated with the instance.InstanceNetworkInterfaceInstanceNetworkInterface. withGroups(Collection<GroupIdentifier> groups)One or more security groups.NetworkInterfaceNetworkInterface. withGroups(Collection<GroupIdentifier> groups)Any security groups for the network interface.ReservationReservation. withGroups(Collection<GroupIdentifier> groups)[EC2-Classic only] One or more security groups.InstanceInstance. withSecurityGroups(Collection<GroupIdentifier> securityGroups)One or more security groups for the instance.SpotFleetLaunchSpecificationSpotFleetLaunchSpecification. withSecurityGroups(Collection<GroupIdentifier> securityGroups)One or more security groups.
-