| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateVPCWithHostedZoneResult> |
AmazonRoute53AsyncClient.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)
This action associates a VPC with an hosted zone.
|
Future<AssociateVPCWithHostedZoneResult> |
AmazonRoute53Async.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest associateVPCWithHostedZoneRequest,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler)
This action associates a VPC with an hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.clone() |
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withComment(String comment)
Optional: Any comments you want to include about a
AssociateVPCWithHostedZoneRequest. |
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to associate your VPC with.
|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
Copyright © 2015. All rights reserved.