Uses of Class
software.amazon.awssdk.services.route53.model.ListCidrCollectionsResponse
-
Packages that use ListCidrCollectionsResponse 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.paginators -
-
Uses of ListCidrCollectionsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListCidrCollectionsResponse Modifier and Type Method Description default ListCidrCollectionsResponseRoute53Client. listCidrCollections(Consumer<ListCidrCollectionsRequest.Builder> listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).default ListCidrCollectionsResponseRoute53Client. listCidrCollections(ListCidrCollectionsRequest listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListCidrCollectionsResponse Modifier and Type Method Description default CompletableFuture<ListCidrCollectionsResponse>Route53AsyncClient. listCidrCollections(Consumer<ListCidrCollectionsRequest.Builder> listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).default CompletableFuture<ListCidrCollectionsResponse>Route53AsyncClient. listCidrCollections(ListCidrCollectionsRequest listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only). -
Uses of ListCidrCollectionsResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListCidrCollectionsResponse Modifier and Type Method Description Iterator<ListCidrCollectionsResponse>ListCidrCollectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListCidrCollectionsResponse Modifier and Type Method Description voidListCidrCollectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCidrCollectionsResponse> subscriber)
-