Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ListOfferingsResponse
-
Packages that use ListOfferingsResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of ListOfferingsResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return ListOfferingsResponse Modifier and Type Method Description default ListOfferingsResponseMediaConnectClient. listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Displays a list of all offerings that are available to this account in the current AWS Region.default ListOfferingsResponseMediaConnectClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Displays a list of all offerings that are available to this account in the current AWS Region.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type ListOfferingsResponse Modifier and Type Method Description default CompletableFuture<ListOfferingsResponse>MediaConnectAsyncClient. listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)Displays a list of all offerings that are available to this account in the current AWS Region.default CompletableFuture<ListOfferingsResponse>MediaConnectAsyncClient. listOfferings(ListOfferingsRequest listOfferingsRequest)Displays a list of all offerings that are available to this account in the current AWS Region. -
Uses of ListOfferingsResponse in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.paginators that return types with arguments of type ListOfferingsResponse Modifier and Type Method Description Iterator<ListOfferingsResponse>ListOfferingsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediaconnect.paginators with type arguments of type ListOfferingsResponse Modifier and Type Method Description voidListOfferingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOfferingsResponse> subscriber)
-