Uses of Interface
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsRequest.Builder
-
Packages that use ListVpcAssociationAuthorizationsRequest.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 ListVpcAssociationAuthorizationsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListVpcAssociationAuthorizationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListVpcAssociationAuthorizationsResponse>Route53AsyncClient. 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.default ListVpcAssociationAuthorizationsResponseRoute53Client. 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.Builder Modifier and Type Method Description static ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest. builder()ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest.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.BuilderListVpcAssociationAuthorizationsRequest.Builder. maxResults(String maxResults)Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest.Builder. nextToken(String nextToken)Optional: If a response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVpcAssociationAuthorizationsRequest.BuilderListVpcAssociationAuthorizationsRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListVpcAssociationAuthorizationsRequest.Builder Modifier and Type Method Description static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder>ListVpcAssociationAuthorizationsRequest. serializableBuilderClass()
-