| 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.model |
| Modifier and Type | Method and Description |
|---|---|
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 ListOfferingsResponse |
DeviceFarmClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsPublisher |
DeviceFarmAsyncClient.listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsIterable |
DeviceFarmClient.listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
| Modifier and Type | Method and Description |
|---|---|
static ListOfferingsRequest.Builder |
ListOfferingsRequest.builder() |
ListOfferingsRequest.Builder |
ListOfferingsRequest.Builder.nextToken(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.
|
ListOfferingsRequest.Builder |
ListOfferingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListOfferingsRequest.Builder |
ListOfferingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListOfferingsRequest.Builder |
ListOfferingsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListOfferingsRequest.Builder> |
ListOfferingsRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.