Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListOfferingsResponse
-
Packages that use ListOfferingsResponse 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 -
-
Uses of ListOfferingsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListOfferingsResponse Modifier and Type Method Description default ListOfferingsResponseDeviceFarmClient. listOfferings()Returns a list of products or offerings that the user can manage through the API.default ListOfferingsResponseDeviceFarmClient. listOfferings(Consumer<ListOfferingsRequest.Builder> 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.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListOfferingsResponse Modifier and Type Method Description default CompletableFuture<ListOfferingsResponse>DeviceFarmAsyncClient. listOfferings()Returns a list of products or offerings that the user can manage through the API.default CompletableFuture<ListOfferingsResponse>DeviceFarmAsyncClient. listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default CompletableFuture<ListOfferingsResponse>DeviceFarmAsyncClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API. -
Uses of ListOfferingsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListOfferingsResponse Modifier and Type Method Description Iterator<ListOfferingsResponse>ListOfferingsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListOfferingsResponse Modifier and Type Method Description voidListOfferingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOfferingsResponse> subscriber)
-