Uses of Class
com.amazonaws.services.devicefarm.model.ListOfferingsRequest
-
Packages that use ListOfferingsRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of ListOfferingsRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type ListOfferingsRequest 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.Future<ListOfferingsResult>
AbstractAWSDeviceFarmAsync. listOfferingsAsync(ListOfferingsRequest request)
Future<ListOfferingsResult>
AbstractAWSDeviceFarmAsync. listOfferingsAsync(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)
Future<ListOfferingsResult>
AWSDeviceFarmAsync. listOfferingsAsync(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.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)
Future<ListOfferingsResult>
AWSDeviceFarmAsyncClient. listOfferingsAsync(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)
Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListOfferingsRequest 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 ListOfferingsRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListOfferingsRequest Modifier and Type Method Description ListOfferingsRequest
ListOfferingsRequest. clone()
ListOfferingsRequest
ListOfferingsRequest. 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.
-