Uses of Interface
software.amazon.awssdk.services.devicefarm.model.ListOfferingsRequest.Builder
-
Packages that use ListOfferingsRequest.Builder Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.model -
-
Uses of ListOfferingsRequest.Builder in software.amazon.awssdk.services.devicefarm
Method parameters in software.amazon.awssdk.services.devicefarm with type arguments of type ListOfferingsRequest.Builder Modifier and Type Method 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 ListOfferingsResponseDeviceFarmClient. listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default ListOfferingsPublisherDeviceFarmAsyncClient. listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API.default ListOfferingsIterableDeviceFarmClient. listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Returns a list of products or offerings that the user can manage through the API. -
Uses of ListOfferingsRequest.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return ListOfferingsRequest.Builder Modifier and Type Method Description static ListOfferingsRequest.BuilderListOfferingsRequest. builder()ListOfferingsRequest.BuilderListOfferingsRequest.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.BuilderListOfferingsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListOfferingsRequest.BuilderListOfferingsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListOfferingsRequest.BuilderListOfferingsRequest. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type ListOfferingsRequest.Builder Modifier and Type Method Description static Class<? extends ListOfferingsRequest.Builder>ListOfferingsRequest. serializableBuilderClass()
-