Uses of Interface
software.amazon.awssdk.services.route53.model.DeleteVpcAssociationAuthorizationRequest.Builder
-
Packages that use DeleteVpcAssociationAuthorizationRequest.Builder 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.model -
-
Uses of DeleteVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type DeleteVpcAssociationAuthorizationRequest.Builder 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 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. -
Uses of DeleteVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DeleteVpcAssociationAuthorizationRequest.Builder Modifier and Type Method Description static DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest. builder()DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. hostedZoneId(String hostedZoneId)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest. toBuilder()default DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. vpc(Consumer<VPC.Builder> vpc)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.DeleteVpcAssociationAuthorizationRequest.BuilderDeleteVpcAssociationAuthorizationRequest.Builder. vpc(VPC vpc)When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DeleteVpcAssociationAuthorizationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteVpcAssociationAuthorizationRequest.Builder>DeleteVpcAssociationAuthorizationRequest. serializableBuilderClass()
-