Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListAlertsResponse
-
Packages that use ListAlertsResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of ListAlertsResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return ListAlertsResponse Modifier and Type Method Description default ListAlertsResponseMediaTailorClient. listAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource.default ListAlertsResponseMediaTailorClient. listAlerts(ListAlertsRequest listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type ListAlertsResponse Modifier and Type Method Description default CompletableFuture<ListAlertsResponse>MediaTailorAsyncClient. listAlerts(Consumer<ListAlertsRequest.Builder> listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource.default CompletableFuture<ListAlertsResponse>MediaTailorAsyncClient. listAlerts(ListAlertsRequest listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource. -
Uses of ListAlertsResponse in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type ListAlertsResponse Modifier and Type Method Description Iterator<ListAlertsResponse>ListAlertsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediatailor.paginators with type arguments of type ListAlertsResponse Modifier and Type Method Description voidListAlertsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAlertsResponse> subscriber)
-