| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateVPCWithHostedZoneResult> |
AmazonRoute53Async.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)
Associates an Amazon VPC with a private hosted zone.
|
Future<AssociateVPCWithHostedZoneResult> |
AmazonRoute53AsyncClient.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler) |
Future<AssociateVPCWithHostedZoneResult> |
AbstractAmazonRoute53Async.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.clone() |
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withComment(String comment)
Optional: A comment about the association request.
|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to associate an Amazon VPC with.
|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
Copyright © 2021. All rights reserved.