public class AwsAddress extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AwsAddress.Builder |
| Constructor | Description |
|---|---|
AwsAddress(String publicIp,
String region,
String instanceId,
String allocationId,
String privateIp,
String associationId) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getAllocationId() |
|
String |
getAssociationId() |
|
String |
getInstanceId() |
|
String |
getPrivateIp() |
|
String |
getPublicIp() |
|
String |
getRegion() |
|
int |
hashCode() |
|
String |
toString() |
Copyright © 2018. All rights reserved.