Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SecurityGroupReference> |
DescribeSecurityGroupReferencesResult.securityGroupReferenceSet
Information about the VPCs with the referencing security groups.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupReference |
SecurityGroupReference.clone() |
SecurityGroupReference |
SecurityGroupReference.withGroupId(java.lang.String groupId)
The ID of your security group.
|
SecurityGroupReference |
SecurityGroupReference.withReferencingVpcId(java.lang.String referencingVpcId)
The ID of the VPC with the referencing security group.
|
SecurityGroupReference |
SecurityGroupReference.withVpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SecurityGroupReference> |
DescribeSecurityGroupReferencesResult.getSecurityGroupReferenceSet()
Information about the VPCs with the referencing security groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupReferencesResult |
DescribeSecurityGroupReferencesResult.withSecurityGroupReferenceSet(SecurityGroupReference... securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityGroupReferencesResult.setSecurityGroupReferenceSet(java.util.Collection<SecurityGroupReference> securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
|
DescribeSecurityGroupReferencesResult |
DescribeSecurityGroupReferencesResult.withSecurityGroupReferenceSet(java.util.Collection<SecurityGroupReference> securityGroupReferenceSet)
Information about the VPCs with the referencing security groups.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupReference |
SecurityGroupReferenceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |