Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<IpPermission> ipPermissions)
One or more inbound rules associated with the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissions(IpPermission... ipPermissions)
One or more inbound 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.withIpPermissionsEgress(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(Collection<Tag> tags)
Any tags assigned to the security group.
|
SecurityGroup |
SecurityGroup.withTags(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.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityGroup> |
DescribeSecurityGroupsResult.getSecurityGroups()
Information about one or more security groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupsResult |
DescribeSecurityGroupsResult.withSecurityGroups(SecurityGroup... securityGroups)
Information about one or more security groups.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.