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

Address Event

Lists each instance and the subsequent public IP linked to that specific instance.

Syntax

public void fireAddress(Ec2AddressEvent event);

public class Ec2AddressEvent {
  public String instanceId;
  public String publicIp;
}

Remarks

This event is triggered by a method call to ListAddresses.

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