| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| software.amazon.awssdk.services.devicefarm.paginators | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings(ListOfferingsRequest 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.
|
default ListOfferingsIterable |
DeviceFarmClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsPublisher |
DeviceFarmAsyncClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
| Constructor and Description |
|---|
ListOfferingsIterable(DeviceFarmClient client,
ListOfferingsRequest firstRequest) |
ListOfferingsPublisher(DeviceFarmAsyncClient client,
ListOfferingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListOfferingsRequestMarshaller.marshall(ListOfferingsRequest listOfferingsRequest) |
Copyright © 2022. All rights reserved.