Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
ListOfferingsResult |
AWSDeviceFarm.listOfferings(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through
the API.
|
ListOfferingsResult |
AbstractAWSDeviceFarm.listOfferings(ListOfferingsRequest request) |
ListOfferingsResult |
AWSDeviceFarmClient.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> |
AbstractAWSDeviceFarmAsync.listOfferingsAsync(ListOfferingsRequest request,
AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler) |
Future<ListOfferingsResult> |
AWSDeviceFarmAsyncClient.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 © 2018. All rights reserved.