Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReferencedSecurityGroup |
ReferencedSecurityGroup.clone() |
ReferencedSecurityGroup |
SecurityGroupRule.getReferencedGroupInfo()
Describes the security group that is referenced in the rule.
|
ReferencedSecurityGroup |
ReferencedSecurityGroup.withGroupId(String groupId)
The ID of the security group.
|
ReferencedSecurityGroup |
ReferencedSecurityGroup.withPeeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
ReferencedSecurityGroup |
ReferencedSecurityGroup.withUserId(String userId)
The Amazon Web Services account ID.
|
ReferencedSecurityGroup |
ReferencedSecurityGroup.withVpcId(String vpcId)
The ID of the VPC.
|
ReferencedSecurityGroup |
ReferencedSecurityGroup.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityGroupRule.setReferencedGroupInfo(ReferencedSecurityGroup referencedGroupInfo)
Describes the security group that is referenced in the rule.
|
SecurityGroupRule |
SecurityGroupRule.withReferencedGroupInfo(ReferencedSecurityGroup referencedGroupInfo)
Describes the security group that is referenced in the rule.
|
Copyright © 2021. All rights reserved.