Uses of Class
software.amazon.awssdk.services.route53.model.ListCidrCollectionsRequest
-
Packages that use ListCidrCollectionsRequest 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 software.amazon.awssdk.services.route53.transform -
-
Uses of ListCidrCollectionsRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListCidrCollectionsRequest Modifier and Type Method Description default CompletableFuture<ListCidrCollectionsResponse>Route53AsyncClient. listCidrCollections(ListCidrCollectionsRequest 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).default ListCidrCollectionsPublisherRoute53AsyncClient. listCidrCollectionsPaginator(ListCidrCollectionsRequest listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only).default ListCidrCollectionsIterableRoute53Client. listCidrCollectionsPaginator(ListCidrCollectionsRequest listCidrCollectionsRequest)Returns a paginated list of CIDR collections in the Amazon Web Services account (metadata only). -
Uses of ListCidrCollectionsRequest in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type ListCidrCollectionsRequest Constructor Description ListCidrCollectionsIterable(Route53Client client, ListCidrCollectionsRequest firstRequest)ListCidrCollectionsPublisher(Route53AsyncClient client, ListCidrCollectionsRequest firstRequest) -
Uses of ListCidrCollectionsRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListCidrCollectionsRequest Modifier and Type Method Description SdkHttpFullRequestListCidrCollectionsRequestMarshaller. marshall(ListCidrCollectionsRequest listCidrCollectionsRequest)
-