| 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.
|
| software.amazon.awssdk.services.devicefarm.paginators | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings()
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOfferingsResponse> |
DeviceFarmAsyncClient.listOfferings()
Returns a list of products or offerings that the user can manage through the API.
|
default CompletableFuture<ListOfferingsResponse> |
DeviceFarmAsyncClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default CompletableFuture<ListOfferingsResponse> |
DeviceFarmAsyncClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOfferingsResponse> |
ListOfferingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsIterable |
ListOfferingsIterable.resume(ListOfferingsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
ListOfferingsPublisher |
ListOfferingsPublisher.resume(ListOfferingsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOfferingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOfferingsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsResponse |
ListOfferingsResponseUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
Copyright © 2018. All rights reserved.