Uses of Class
software.amazon.awssdk.services.route53.model.ListCidrLocationsResponse
Packages that use ListCidrLocationsResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListCidrLocationsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListCidrLocationsResponseModifier and TypeMethodDescriptiondefault 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 ListCidrLocationsResponseModifier and TypeMethodDescriptionRoute53AsyncClient.listCidrLocations(Consumer<ListCidrLocationsRequest.Builder> listCidrLocationsRequest) Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).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 ListCidrLocationsResponseMethod parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListCidrLocationsResponseModifier and TypeMethodDescriptionvoidListCidrLocationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCidrLocationsResponse> subscriber)