| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateVPCFromHostedZoneResult> |
AmazonRoute53AsyncClient.disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request,
AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler) |
Future<DisassociateVPCFromHostedZoneResult> |
AmazonRoute53Async.disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest,
AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler)
Disassociates a VPC from a Amazon Route 53 private hosted zone.
|
Future<DisassociateVPCFromHostedZoneResult> |
AbstractAmazonRoute53Async.disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request,
AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.clone() |
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withComment(String comment)
Optional: A comment about the disassociation request.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the VPC that you want to disassociate from an Amazon Route 53 hosted zone.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
Copyright © 2016. All rights reserved.