Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListAlertsRequest
-
Packages that use ListAlertsRequest 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 software.amazon.awssdk.services.mediatailor.transform -
-
Uses of ListAlertsRequest in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor with parameters of type ListAlertsRequest Modifier and Type Method Description default CompletableFuture<ListAlertsResponse>MediaTailorAsyncClient. listAlerts(ListAlertsRequest 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.default ListAlertsPublisherMediaTailorAsyncClient. listAlertsPaginator(ListAlertsRequest listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource.default ListAlertsIterableMediaTailorClient. listAlertsPaginator(ListAlertsRequest listAlertsRequest)Lists the alerts that are associated with a MediaTailor channel assembly resource. -
Uses of ListAlertsRequest in software.amazon.awssdk.services.mediatailor.paginators
Constructors in software.amazon.awssdk.services.mediatailor.paginators with parameters of type ListAlertsRequest Constructor Description ListAlertsIterable(MediaTailorClient client, ListAlertsRequest firstRequest)ListAlertsPublisher(MediaTailorAsyncClient client, ListAlertsRequest firstRequest) -
Uses of ListAlertsRequest in software.amazon.awssdk.services.mediatailor.transform
Methods in software.amazon.awssdk.services.mediatailor.transform with parameters of type ListAlertsRequest Modifier and Type Method Description SdkHttpFullRequestListAlertsRequestMarshaller. marshall(ListAlertsRequest listAlertsRequest)
-