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 SecurityGroup
SecurityGroup. clone()
SecurityGroup
SecurityGroup. withDescription(String description)
A description of the security group.SecurityGroup
SecurityGroup. withGroupId(String groupId)
The ID of the security group.SecurityGroup
SecurityGroup. withGroupName(String groupName)
The name of the security group.SecurityGroup
SecurityGroup. withIpPermissions(IpPermission... ipPermissions)
One or more inbound rules associated with the security group.SecurityGroup
SecurityGroup. withIpPermissions(Collection<IpPermission> ipPermissions)
One or more inbound rules associated with the security group.SecurityGroup
SecurityGroup. withIpPermissionsEgress(IpPermission... ipPermissionsEgress)
[EC2-VPC] One or more outbound rules associated with the security group.SecurityGroup
SecurityGroup. withIpPermissionsEgress(Collection<IpPermission> ipPermissionsEgress)
[EC2-VPC] One or more outbound rules associated with the security group.SecurityGroup
SecurityGroup. withOwnerId(String ownerId)
The AWS account ID of the owner of the security group.SecurityGroup
SecurityGroup. withTags(Tag... tags)
Any tags assigned to the security group.SecurityGroup
SecurityGroup. withTags(Collection<Tag> tags)
Any tags assigned to the security group.SecurityGroup
SecurityGroup. 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 DescribeSecurityGroupsResult
DescribeSecurityGroupsResult. 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 void
DescribeSecurityGroupsResult. setSecurityGroups(Collection<SecurityGroup> securityGroups)
Information about one or more security groups.DescribeSecurityGroupsResult
DescribeSecurityGroupsResult. withSecurityGroups(Collection<SecurityGroup> securityGroups)
Information about one or more security groups.
-