| 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 private hosted zone that you want to disassociate a VPC from.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
Copyright © 2018. All rights reserved.