Uses of Class
com.amazonaws.services.ec2.model.SecurityGroupReference
Packages that use SecurityGroupReference
-
Uses of SecurityGroupReference in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return SecurityGroupReferenceModifier and TypeMethodDescriptionSecurityGroupReference.clone()SecurityGroupReference.withGroupId(String groupId) The ID of your security group.SecurityGroupReference.withReferencingVpcId(String referencingVpcId) The ID of the VPC with the referencing security group.SecurityGroupReference.withVpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of the VPC peering connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type SecurityGroupReferenceModifier and TypeMethodDescriptionDescribeSecurityGroupReferencesResult.getSecurityGroupReferenceSet()Information about the VPCs with the referencing security groups.Methods in com.amazonaws.services.ec2.model with parameters of type SecurityGroupReferenceModifier and TypeMethodDescriptionDescribeSecurityGroupReferencesResult.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 SecurityGroupReferenceModifier and TypeMethodDescriptionvoidDescribeSecurityGroupReferencesResult.setSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet) Information about the VPCs with the referencing security groups.DescribeSecurityGroupReferencesResult.withSecurityGroupReferenceSet(Collection<SecurityGroupReference> securityGroupReferenceSet) Information about the VPCs with the referencing security groups.