| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateQueryLoggingConfigResponse |
Route53Client.createQueryLoggingConfig(Consumer<CreateQueryLoggingConfigRequest.Builder> createQueryLoggingConfigRequest)
Creates a configuration for DNS query logging.
|
default CreateQueryLoggingConfigResponse |
Route53Client.createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest)
Creates a configuration for DNS query logging.
|
default CreateTrafficPolicyVersionResponse |
Route53Client.createTrafficPolicyVersion(Consumer<CreateTrafficPolicyVersionRequest.Builder> createTrafficPolicyVersionRequest)
Creates a new version of an existing traffic policy.
|
default CreateTrafficPolicyVersionResponse |
Route53Client.createTrafficPolicyVersion(CreateTrafficPolicyVersionRequest createTrafficPolicyVersionRequest)
Creates a new version of an existing traffic policy.
|
default CreateVpcAssociationAuthorizationResponse |
Route53Client.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest)
Authorizes the AWS account that created a specified VPC to submit an
AssociateVPCWithHostedZone
request to associate the VPC with a specified hosted zone that was created by a different account. |
default CreateVpcAssociationAuthorizationResponse |
Route53Client.createVPCAssociationAuthorization(CreateVpcAssociationAuthorizationRequest createVpcAssociationAuthorizationRequest)
Authorizes the AWS account that created a specified VPC to submit an
AssociateVPCWithHostedZone
request to associate the VPC with a specified hosted zone that was created by a different account. |
default DeleteQueryLoggingConfigResponse |
Route53Client.deleteQueryLoggingConfig(Consumer<DeleteQueryLoggingConfigRequest.Builder> deleteQueryLoggingConfigRequest)
Deletes a configuration for DNS query logging.
|
default DeleteQueryLoggingConfigResponse |
Route53Client.deleteQueryLoggingConfig(DeleteQueryLoggingConfigRequest deleteQueryLoggingConfigRequest)
Deletes a configuration for DNS query logging.
|
default DeleteTrafficPolicyResponse |
Route53Client.deleteTrafficPolicy(Consumer<DeleteTrafficPolicyRequest.Builder> deleteTrafficPolicyRequest)
Deletes a traffic policy.
|
default DeleteTrafficPolicyResponse |
Route53Client.deleteTrafficPolicy(DeleteTrafficPolicyRequest deleteTrafficPolicyRequest)
Deletes a traffic policy.
|
default DeleteVpcAssociationAuthorizationResponse |
Route53Client.deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest)
Removes authorization to submit an
AssociateVPCWithHostedZone request to associate a specified VPC
with a hosted zone that was created by a different account. |
default DeleteVpcAssociationAuthorizationResponse |
Route53Client.deleteVPCAssociationAuthorization(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest)
Removes authorization to submit an
AssociateVPCWithHostedZone request to associate a specified VPC
with a hosted zone that was created by a different account. |
default UpdateTrafficPolicyCommentResponse |
Route53Client.updateTrafficPolicyComment(Consumer<UpdateTrafficPolicyCommentRequest.Builder> updateTrafficPolicyCommentRequest)
Updates the comment for a specified traffic policy version.
|
default UpdateTrafficPolicyCommentResponse |
Route53Client.updateTrafficPolicyComment(UpdateTrafficPolicyCommentRequest updateTrafficPolicyCommentRequest)
Updates the comment for a specified traffic policy version.
|
Copyright © 2020. All rights reserved.