Uses of Class
software.amazon.awssdk.services.route53.model.ListCidrBlocksResponse
-
Packages that use ListCidrBlocksResponse 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 ListCidrBlocksResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListCidrBlocksResponse Modifier and Type Method Description default ListCidrBlocksResponseRoute53Client. listCidrBlocks(Consumer<ListCidrBlocksRequest.Builder> listCidrBlocksRequest)Returns a paginated list of location objects and their CIDR blocks.default ListCidrBlocksResponseRoute53Client. listCidrBlocks(ListCidrBlocksRequest listCidrBlocksRequest)Returns a paginated list of location objects and their CIDR blocks.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListCidrBlocksResponse Modifier and Type Method Description default CompletableFuture<ListCidrBlocksResponse>Route53AsyncClient. listCidrBlocks(Consumer<ListCidrBlocksRequest.Builder> listCidrBlocksRequest)Returns a paginated list of location objects and their CIDR blocks.default CompletableFuture<ListCidrBlocksResponse>Route53AsyncClient. listCidrBlocks(ListCidrBlocksRequest listCidrBlocksRequest)Returns a paginated list of location objects and their CIDR blocks. -
Uses of ListCidrBlocksResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListCidrBlocksResponse Modifier and Type Method Description Iterator<ListCidrBlocksResponse>ListCidrBlocksIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListCidrBlocksResponse Modifier and Type Method Description voidListCidrBlocksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCidrBlocksResponse> subscriber)
-