public class Route53Discovery extends Object
| Constructor | Description |
|---|---|
Route53Discovery(com.amazonaws.services.route53.AmazonRoute53 amazonRoute53,
Awaitilities awaitilities,
long pollInterval) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getHealthChecksCount() |
|
int |
getHostedZonesCount() |
|
List<AwsHostedZone> |
listHostedZones() |
|
List<AwsRecordSet> |
listRecordSets(String hostedZoneId) |
|
AwsChangeInfo |
waitForChange(AwsChangeInfo changeInfo,
long maxWaitTimeMs) |
Wait till given change is in state PENDING
|
public Route53Discovery(com.amazonaws.services.route53.AmazonRoute53 amazonRoute53,
Awaitilities awaitilities,
long pollInterval)
public List<AwsHostedZone> listHostedZones()
public int getHostedZonesCount()
public int getHealthChecksCount()
public List<AwsRecordSet> listRecordSets(String hostedZoneId)
public AwsChangeInfo waitForChange(AwsChangeInfo changeInfo, long maxWaitTimeMs)
changeInfo - Change statusCopyright © 2018. All rights reserved.