Uses of Class
software.amazon.awssdk.services.route53.model.DeleteVpcAssociationAuthorizationRequest
-
Packages that use DeleteVpcAssociationAuthorizationRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of DeleteVpcAssociationAuthorizationRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type DeleteVpcAssociationAuthorizationRequest Modifier and Type Method Description 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.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. -
Uses of DeleteVpcAssociationAuthorizationRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type DeleteVpcAssociationAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcAssociationAuthorizationRequestMarshaller. marshall(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest)
-