Uses of Class
com.amazonaws.services.route53.model.DisassociateVPCFromHostedZoneRequest
Packages that use DisassociateVPCFromHostedZoneRequest
-
Uses of DisassociateVPCFromHostedZoneRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type DisassociateVPCFromHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53.disassociateVPCFromHostedZone
(DisassociateVPCFromHostedZoneRequest request) AmazonRoute53.disassociateVPCFromHostedZone
(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest) This action disassociates a VPC from an hosted zone.AmazonRoute53Client.disassociateVPCFromHostedZone
(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest) This action disassociates a VPC from an hosted zone.AbstractAmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest request) AbstractAmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest request, AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler) AmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest) This action disassociates a VPC from an hosted zone.AmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest, AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler) This action disassociates a VPC from an hosted zone.AmazonRoute53AsyncClient.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest request) AmazonRoute53AsyncClient.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest request, AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type DisassociateVPCFromHostedZoneRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest request, AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler) AmazonRoute53Async.disassociateVPCFromHostedZoneAsync
(DisassociateVPCFromHostedZoneRequest disassociateVPCFromHostedZoneRequest, AsyncHandler<DisassociateVPCFromHostedZoneRequest, DisassociateVPCFromHostedZoneResult> asyncHandler) This action disassociates a VPC from an hosted zone.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 DisassociateVPCFromHostedZoneRequestModifier and TypeMethodDescriptionDisassociateVPCFromHostedZoneRequest.clone()
DisassociateVPCFromHostedZoneRequest.withComment
(String comment) Optional: Any comments you want to include about aDisassociateVPCFromHostedZoneRequest
.DisassociateVPCFromHostedZoneRequest.withHostedZoneId
(String hostedZoneId) The ID of the hosted zone you want to disassociate your VPC from.The VPC that you want your hosted zone to be disassociated from.