Uses of Class
com.amazonaws.services.ec2.model.SecurityGroup
Packages that use SecurityGroup
-
Uses of SecurityGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SecurityGroupModifier and TypeMethodDescriptionSecurityGroup.clone()SecurityGroup.withDescription(String description) A description of the security group.SecurityGroup.withGroupId(String groupId) The ID of the security group.SecurityGroup.withGroupName(String groupName) The name of the security group.SecurityGroup.withIpPermissions(IpPermission... ipPermissions) One or more inbound rules associated with the security group.SecurityGroup.withIpPermissions(Collection<IpPermission> ipPermissions) One or more inbound rules associated with the security group.SecurityGroup.withIpPermissionsEgress(IpPermission... ipPermissionsEgress) [EC2-VPC] One or more outbound rules associated with the security group.SecurityGroup.withIpPermissionsEgress(Collection<IpPermission> ipPermissionsEgress) [EC2-VPC] One or more outbound rules associated with the security group.SecurityGroup.withOwnerId(String ownerId) The AWS account ID of the owner of the security group.Any tags assigned to the security group.SecurityGroup.withTags(Collection<Tag> tags) Any tags assigned to the security group.[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 SecurityGroupModifier and TypeMethodDescriptionDescribeSecurityGroupsResult.getSecurityGroups()Information about one or more security groups.Methods in com.amazonaws.services.ec2.model with parameters of type SecurityGroupModifier and TypeMethodDescriptionDescribeSecurityGroupsResult.withSecurityGroups(SecurityGroup... securityGroups) Information about one or more security groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SecurityGroupModifier and TypeMethodDescriptionvoidDescribeSecurityGroupsResult.setSecurityGroups(Collection<SecurityGroup> securityGroups) Information about one or more security groups.DescribeSecurityGroupsResult.withSecurityGroups(Collection<SecurityGroup> securityGroups) Information about one or more security groups.