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