Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SecurityGroup> |
DescribeSecurityGroupsResult.securityGroups
Information about one or more security groups.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroup.clone() |
SecurityGroup |
SecurityGroup.withDescription(java.lang.String description)
A description of the security group.
|
SecurityGroup |
SecurityGroup.withGroupId(java.lang.String groupId)
The ID of the security group.
|
SecurityGroup |
SecurityGroup.withGroupName(java.lang.String groupName)
The name of the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissions(java.util.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(java.util.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(java.lang.String ownerId)
The AWS account ID of the owner of the security group.
|
SecurityGroup |
SecurityGroup.withTags(java.util.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(java.lang.String vpcId)
[EC2-VPC] The ID of the VPC for the security group.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SecurityGroup> securityGroups)
Information about one or more security groups.
|
DescribeSecurityGroupsResult |
DescribeSecurityGroupsResult.withSecurityGroups(java.util.Collection<SecurityGroup> securityGroups)
Information about one or more security groups.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |