| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus()
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default ListOfferingPromotionsResponse |
DeviceFarmClient.listOfferingPromotions()
Returns a list of offering promotions.
|
default ListOfferingPromotionsResponse |
DeviceFarmClient.listOfferingPromotions(ListOfferingPromotionsRequest listOfferingPromotionsRequest)
Returns a list of offering promotions.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings()
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingTransactionsResponse |
DeviceFarmClient.listOfferingTransactions()
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsResponse |
DeviceFarmClient.listOfferingTransactions(ListOfferingTransactionsRequest listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default PurchaseOfferingResponse |
DeviceFarmClient.purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
Immediately purchases offerings for an AWS account.
|
default RenewOfferingResponse |
DeviceFarmClient.renewOffering(RenewOfferingRequest renewOfferingRequest)
Explicitly sets the quantity of devices to renew for an offering, starting from the
effectiveDate of
the next period. |
Copyright © 2017. All rights reserved.