| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsResult |
AWSDeviceFarmClient.listOfferings(ListOfferingsRequest request)
Returns a list of products or offerings that the user can manage through the API.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<ListOfferingsResult> |
AbstractAWSDeviceFarmAsync.listOfferingsAsync(ListOfferingsRequest request,
AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler) |
| Modifier and Type | Method and 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(Collection<Offering> offerings)
A value representing the list offering results.
|
ListOfferingsResult |
ListOfferingsResult.withOfferings(Offering... offerings)
A value representing the list offering results.
|
Copyright © 2019. All rights reserved.