public class Route53Operations extends Object
| Constructor | Description |
|---|---|
Route53Operations(com.amazonaws.services.route53.AmazonRoute53 amazonRoute53) |
| Modifier and Type | Method | Description |
|---|---|---|
AwsHealthCheck |
createHttpHealthCheck(String name,
String ipAddress,
String path,
String callerReference,
Set<String> regions,
Integer failureThreshold) |
|
AwsHealthCheck |
modifyHealthCheck(AwsUpdateHealthCheckRequest request) |
|
AwsChangeInfo |
removeHostedZone(String hostedZoneId) |
|
AwsChangeInfo |
removeRecordSets(String hostedZoneId,
List<AwsRecordSet> recordSets) |
Delete given DNS records
|
AwsChangeInfo |
upsertChanges(String hostedZoneId,
Collection<AwsRecordSet> recordSets) |
Create or update given DNS records
|
public Route53Operations(com.amazonaws.services.route53.AmazonRoute53 amazonRoute53)
public AwsChangeInfo upsertChanges(String hostedZoneId, Collection<AwsRecordSet> recordSets)
public AwsChangeInfo removeRecordSets(String hostedZoneId, List<AwsRecordSet> recordSets)
public AwsHealthCheck createHttpHealthCheck(String name, String ipAddress, String path, String callerReference, Set<String> regions, Integer failureThreshold)
public AwsHealthCheck modifyHealthCheck(AwsUpdateHealthCheckRequest request)
public AwsChangeInfo removeHostedZone(String hostedZoneId)
Copyright © 2018. All rights reserved.