| Package | Description |
|---|---|
| pl.codewise.commons.aws.cqrs.discovery | |
| pl.codewise.commons.aws.cqrs.model.route53 | |
| pl.codewise.commons.aws.cqrs.operations |
| Modifier and Type | Method | Description |
|---|---|---|
AwsChangeInfo |
Route53Discovery.waitForChange(AwsChangeInfo changeInfo,
long maxWaitTimeMs) |
Wait till given change is in state PENDING
|
| Modifier and Type | Method | Description |
|---|---|---|
AwsChangeInfo |
Route53Discovery.waitForChange(AwsChangeInfo changeInfo,
long maxWaitTimeMs) |
Wait till given change is in state PENDING
|
| Modifier and Type | Method | Description |
|---|---|---|
AwsChangeInfo |
AwsChangeInfo.Builder.build() |
| Modifier and Type | Method | Description |
|---|---|---|
AwsChangeInfo |
Route53Operations.removeHostedZone(String hostedZoneId) |
|
AwsChangeInfo |
Route53Operations.removeRecordSets(String hostedZoneId,
List<AwsRecordSet> recordSets) |
Delete given DNS records
|
AwsChangeInfo |
Route53Operations.upsertChanges(String hostedZoneId,
Collection<AwsRecordSet> recordSets) |
Create or update given DNS records
|
Copyright © 2018. All rights reserved.