Uses of Class
com.amazonaws.services.route53.model.DisassociateVPCFromHostedZoneRequest
-
Packages that use DisassociateVPCFromHostedZoneRequest Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of DisassociateVPCFromHostedZoneRequest in com.amazonaws.services.route53
Method parameters in com.amazonaws.services.route53 with type arguments of type DisassociateVPCFromHostedZoneRequest Modifier and Type Method Description Future<DisassociateVPCFromHostedZoneResult>AbstractAmazonRoute53Async. 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.Future<DisassociateVPCFromHostedZoneResult>AmazonRoute53AsyncClient. disassociateVPCFromHostedZoneAsync(DisassociateVPCFromHostedZoneRequest request, AsyncHandler<DisassociateVPCFromHostedZoneRequest,DisassociateVPCFromHostedZoneResult> asyncHandler) -
Uses of DisassociateVPCFromHostedZoneRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return DisassociateVPCFromHostedZoneRequest Modifier and Type Method Description DisassociateVPCFromHostedZoneRequestDisassociateVPCFromHostedZoneRequest. clone()DisassociateVPCFromHostedZoneRequestDisassociateVPCFromHostedZoneRequest. withComment(String comment)Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest.DisassociateVPCFromHostedZoneRequestDisassociateVPCFromHostedZoneRequest. withHostedZoneId(String hostedZoneId)The ID of the hosted zone you want to disassociate your VPC from.DisassociateVPCFromHostedZoneRequestDisassociateVPCFromHostedZoneRequest. withVPC(VPC vPC)The VPC that you want your hosted zone to be disassociated from.
-