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 ListOfferingsResult
AbstractAWSDeviceFarm. listOfferings(ListOfferingsRequest request)
ListOfferingsResult
AWSDeviceFarm. listOfferings(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.ListOfferingsResult
AWSDeviceFarmClient. 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 ListOfferingsResult
ListOfferingsResult. clone()
ListOfferingsResult
ListOfferingsResult. 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.ListOfferingsResult
ListOfferingsResult. withOfferings(Offering... offerings)
A value representing the list offering results.ListOfferingsResult
ListOfferingsResult. withOfferings(Collection<Offering> offerings)
A value representing the list offering results.
-