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