| 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<DisassociateVPCFromHostedZoneResult> |
AmazonRoute53AsyncClient.disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest,
AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler)
This action disassociates a VPC from an hosted zone.
|
Future<DisassociateVPCFromHostedZoneResult> |
AmazonRoute53Async.disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest,
AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler)
This action disassociates a VPC from an hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withComment(String comment)
Optional: Any comments you want to include about a
DisassociateVPCFromHostedZoneRequest. |
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone you want to disassociate your VPC from.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
Copyright © 2015. All rights reserved.