Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

SecurityGroup Event

Fired for each Security Group Description that is received.

Syntax

public void fireSecurityGroup(Ec2SecurityGroupEvent event);

public class Ec2SecurityGroupEvent {
  public String ownerId;
  public String groupName;
  public String description;
}

Remarks

This event is fired by calling the method ListSecurityGroups.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0