Uses of Class
com.amazonaws.services.ec2.model.SecurityGroup
-
Packages that use SecurityGroup Package Description com.amazonaws.services.ec2.model -
-
Uses of SecurityGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SecurityGroup Modifier and Type Method Description SecurityGroupSecurityGroup. clone()SecurityGroupSecurityGroup. withDescription(String description)A description of the security group.SecurityGroupSecurityGroup. withGroupId(String groupId)The ID of the security group.SecurityGroupSecurityGroup. withGroupName(String groupName)The name of the security group.SecurityGroupSecurityGroup. withIpPermissions(IpPermission... ipPermissions)One or more inbound rules associated with the security group.SecurityGroupSecurityGroup. withIpPermissions(Collection<IpPermission> ipPermissions)One or more inbound rules associated with the security group.SecurityGroupSecurityGroup. withIpPermissionsEgress(IpPermission... ipPermissionsEgress)[EC2-VPC] One or more outbound rules associated with the security group.SecurityGroupSecurityGroup. withIpPermissionsEgress(Collection<IpPermission> ipPermissionsEgress)[EC2-VPC] One or more outbound rules associated with the security group.SecurityGroupSecurityGroup. withOwnerId(String ownerId)The AWS account ID of the owner of the security group.SecurityGroupSecurityGroup. withTags(Tag... tags)Any tags assigned to the security group.SecurityGroupSecurityGroup. withTags(Collection<Tag> tags)Any tags assigned to the security group.SecurityGroupSecurityGroup. withVpcId(String vpcId)[EC2-VPC] The ID of the VPC for the security group.Methods in com.amazonaws.services.ec2.model that return types with arguments of type SecurityGroup Modifier and Type Method Description List<SecurityGroup>DescribeSecurityGroupsResult. getSecurityGroups()Information about one or more security groups.Methods in com.amazonaws.services.ec2.model with parameters of type SecurityGroup Modifier and Type Method Description DescribeSecurityGroupsResultDescribeSecurityGroupsResult. withSecurityGroups(SecurityGroup... securityGroups)Information about one or more security groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SecurityGroup Modifier and Type Method Description voidDescribeSecurityGroupsResult. setSecurityGroups(Collection<SecurityGroup> securityGroups)Information about one or more security groups.DescribeSecurityGroupsResultDescribeSecurityGroupsResult. withSecurityGroups(Collection<SecurityGroup> securityGroups)Information about one or more security groups.
-