Uses of Class
software.amazon.awssdk.services.devicefarm.paginators.ListOfferingsIterable
-
Packages that use ListOfferingsIterable Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of ListOfferingsIterable in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListOfferingsIterable Modifier and Type Method Description default ListOfferingsIterableDeviceFarmClient. listOfferingsPaginator()Returns a list of products or offerings that the user can manage through the API.default ListOfferingsIterableDeviceFarmClient. listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default ListOfferingsIterableDeviceFarmClient. listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.
-