Uses of Class
com.amazonaws.services.ec2.model.SecurityGroupReference
-
Packages that use SecurityGroupReference Package Description com.amazonaws.services.ec2.model -
-
Uses of SecurityGroupReference in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SecurityGroupReference Modifier and Type Method Description SecurityGroupReferenceSecurityGroupReference. clone()SecurityGroupReferenceSecurityGroupReference. withGroupId(String groupId)The ID of your security group.SecurityGroupReferenceSecurityGroupReference. withReferencingVpcId(String referencingVpcId)The ID of the VPC with the referencing security group.SecurityGroupReferenceSecurityGroupReference. withVpcPeeringConnectionId(String vpcPeeringConnectionId)The ID of the VPC peering connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type SecurityGroupReference Modifier and Type Method Description List<SecurityGroupReference>DescribeSecurityGroupReferencesResult. getSecurityGroupReferenceSet()Information about the VPCs with the referencing security groups.Methods in com.amazonaws.services.ec2.model with parameters of type SecurityGroupReference Modifier and Type Method Description DescribeSecurityGroupReferencesResultDescribeSecurityGroupReferencesResult. withSecurityGroupReferenceSet(SecurityGroupReference... securityGroupReferenceSet)Information about the VPCs with the referencing security groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type SecurityGroupReference Modifier and Type Method Description voidDescribeSecurityGroupReferencesResult. setSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)Information about the VPCs with the referencing security groups.DescribeSecurityGroupReferencesResultDescribeSecurityGroupReferencesResult. withSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet)Information about the VPCs with the referencing security groups.
-