Uses of Class
com.amazonaws.services.devicefarm.model.ListOfferingsResult
-
Packages that use ListOfferingsResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of ListOfferingsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListOfferingsResult Modifier and Type Method Description ListOfferingsResultAbstractAWSDeviceFarm. listOfferings(ListOfferingsRequest request)ListOfferingsResultAWSDeviceFarm. listOfferings(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.ListOfferingsResultAWSDeviceFarmClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListOfferingsResult Modifier and Type Method Description Future<ListOfferingsResult>AbstractAWSDeviceFarmAsync. listOfferingsAsync(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)Future<ListOfferingsResult>AWSDeviceFarmAsync. listOfferingsAsync(ListOfferingsRequest listOfferingsRequest, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)Returns a list of products or offerings that the user can manage through the API.Future<ListOfferingsResult>AWSDeviceFarmAsyncClient. listOfferingsAsync(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler) -
Uses of ListOfferingsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListOfferingsResult Modifier and Type Method Description ListOfferingsResultListOfferingsResult. clone()ListOfferingsResultListOfferingsResult. withNextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListOfferingsResultListOfferingsResult. withOfferings(Offering... offerings)A value representing the list offering results.ListOfferingsResultListOfferingsResult. withOfferings(Collection<Offering> offerings)A value representing the list offering results.
-