Uses of Class
software.amazon.awssdk.services.mediatailor.model.Alert
-
Packages that use Alert Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of Alert in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type Alert Modifier and Type Method Description List<Alert>ListAlertsResponse. items()A list of alerts that are associated with this resource.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type Alert Modifier and Type Method Description ListAlertsResponse.BuilderListAlertsResponse.Builder. items(Alert... items)A list of alerts that are associated with this resource.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type Alert Modifier and Type Method Description ListAlertsResponse.BuilderListAlertsResponse.Builder. items(Collection<Alert> items)A list of alerts that are associated with this resource. -
Uses of Alert in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type Alert Modifier and Type Method Description SdkIterable<Alert>ListAlertsIterable. items()Returns an iterable to iterate through the paginatedListAlertsResponse.items()member.SdkPublisher<Alert>ListAlertsPublisher. items()Returns a publisher that can be used to get a stream of data.
-