Uses of Class
com.amazonaws.services.devicefarm.model.ListOfferingsResult
Packages that use ListOfferingsResult
-
Uses of ListOfferingsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListOfferingsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listOfferings
(ListOfferingsRequest request) AWSDeviceFarm.listOfferings
(ListOfferingsRequest listOfferingsRequest) Returns a list of products or offerings that the user can manage through the API.AWSDeviceFarmClient.listOfferings
(ListOfferingsRequest listOfferingsRequest) Returns a list of products or offerings that the user can manage through the API.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListOfferingsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest request) AbstractAWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest, ListOfferingsResult> asyncHandler) AWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest listOfferingsRequest) Returns a list of products or offerings that the user can manage through the API.AWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest listOfferingsRequest, AsyncHandler<ListOfferingsRequest, ListOfferingsResult> asyncHandler) Returns a list of products or offerings that the user can manage through the API.AWSDeviceFarmAsyncClient.listOfferingsAsync
(ListOfferingsRequest request) AWSDeviceFarmAsyncClient.listOfferingsAsync
(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest, ListOfferingsResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListOfferingsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest, ListOfferingsResult> asyncHandler) AWSDeviceFarmAsync.listOfferingsAsync
(ListOfferingsRequest listOfferingsRequest, AsyncHandler<ListOfferingsRequest, ListOfferingsResult> asyncHandler) Returns a list of products or offerings that the user can manage through the API.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 ListOfferingsResultModifier and TypeMethodDescriptionListOfferingsResult.clone()
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.withOfferings
(Offering... offerings) A value representing the list offering results.ListOfferingsResult.withOfferings
(Collection<Offering> offerings) A value representing the list offering results.