Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
Future<AssociateVPCWithHostedZoneResult> |
AbstractAmazonRoute53Async.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler) |
Future<AssociateVPCWithHostedZoneResult> |
AmazonRoute53AsyncClient.associateVPCWithHostedZoneAsync(AssociateVPCWithHostedZoneRequest request,
AsyncHandler<AssociateVPCWithHostedZoneRequest,AssociateVPCWithHostedZoneResult> asyncHandler) |
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 © 2018. All rights reserved.