Uses of Class
software.amazon.awssdk.services.route53.model.ListCidrLocationsResponse
-
Packages that use ListCidrLocationsResponse 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 ListCidrLocationsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListCidrLocationsResponse Modifier and Type Method Description default ListCidrLocationsResponseRoute53Client. listCidrLocations(Consumer<ListCidrLocationsRequest.Builder> listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).default ListCidrLocationsResponseRoute53Client. listCidrLocations(ListCidrLocationsRequest listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListCidrLocationsResponse Modifier and Type Method Description default CompletableFuture<ListCidrLocationsResponse>Route53AsyncClient. listCidrLocations(Consumer<ListCidrLocationsRequest.Builder> listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).default CompletableFuture<ListCidrLocationsResponse>Route53AsyncClient. listCidrLocations(ListCidrLocationsRequest listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks). -
Uses of ListCidrLocationsResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListCidrLocationsResponse Modifier and Type Method Description Iterator<ListCidrLocationsResponse>ListCidrLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListCidrLocationsResponse Modifier and Type Method Description voidListCidrLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCidrLocationsResponse> subscriber)
-