Uses of Interface
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsRequest.Builder
Packages that use ListVpcAssociationAuthorizationsRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListVpcAssociationAuthorizationsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListVpcAssociationAuthorizationsRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> listVpcAssociationAuthorizationsRequest) Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or moreCreateVPCAssociationAuthorizationrequests.Route53Client.listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> listVpcAssociationAuthorizationsRequest) Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or moreCreateVPCAssociationAuthorizationrequests. -
Uses of ListVpcAssociationAuthorizationsRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListVpcAssociationAuthorizationsRequest.BuilderModifier and TypeMethodDescriptionListVpcAssociationAuthorizationsRequest.builder()ListVpcAssociationAuthorizationsRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.ListVpcAssociationAuthorizationsRequest.Builder.maxResults(String maxResults) Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.Optional: If a response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.ListVpcAssociationAuthorizationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListVpcAssociationAuthorizationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListVpcAssociationAuthorizationsRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListVpcAssociationAuthorizationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListVpcAssociationAuthorizationsRequest.Builder>ListVpcAssociationAuthorizationsRequest.serializableBuilderClass()