Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListOfferingsRequest
-
Packages that use ListOfferingsRequest Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators software.amazon.awssdk.services.devicefarm.transform -
-
Uses of ListOfferingsRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListOfferingsRequest Modifier and Type Method Description default CompletableFuture<ListOfferingsResponse>DeviceFarmAsyncClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default ListOfferingsResponseDeviceFarmClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default ListOfferingsPublisherDeviceFarmAsyncClient. listOfferingsPaginator(ListOfferingsRequest 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. -
Uses of ListOfferingsRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type ListOfferingsRequest Constructor Description ListOfferingsIterable(DeviceFarmClient client, ListOfferingsRequest firstRequest)ListOfferingsPublisher(DeviceFarmAsyncClient client, ListOfferingsRequest firstRequest) -
Uses of ListOfferingsRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListOfferingsRequest Modifier and Type Method Description SdkHttpFullRequestListOfferingsRequestMarshaller. marshall(ListOfferingsRequest listOfferingsRequest)
-