Uses of Class
software.amazon.awssdk.services.route53.model.DeleteVpcAssociationAuthorizationResponse
-
Packages that use DeleteVpcAssociationAuthorizationResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of DeleteVpcAssociationAuthorizationResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return DeleteVpcAssociationAuthorizationResponse Modifier and Type Method Description default DeleteVpcAssociationAuthorizationResponseRoute53Client. deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest)Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.default DeleteVpcAssociationAuthorizationResponseRoute53Client. deleteVPCAssociationAuthorization(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest)Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type DeleteVpcAssociationAuthorizationResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcAssociationAuthorizationResponse>Route53AsyncClient. deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest)Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.default CompletableFuture<DeleteVpcAssociationAuthorizationResponse>Route53AsyncClient. deleteVPCAssociationAuthorization(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest)Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.
-