| 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 |
|---|---|---|
List<AwsRecordSet> |
Route53Discovery.listRecordSets(String hostedZoneId) |
| Modifier and Type | Method | Description |
|---|---|---|
AwsRecordSet |
AwsRecordSet.Builder.build() |
| Constructor | Description |
|---|---|
Builder(AwsRecordSet awsRecordSet) |
| Modifier and Type | Method | Description |
|---|---|---|
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.