Uses of Interface
software.amazon.awssdk.services.mediatailor.model.ListAlertsResponse.Builder
-
Packages that use ListAlertsResponse.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of ListAlertsResponse.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ListAlertsResponse.Builder Modifier and Type Method Description static ListAlertsResponse.BuilderListAlertsResponse. builder()ListAlertsResponse.BuilderListAlertsResponse.Builder. items(Collection<Alert> items)A list of alerts that are associated with this resource.ListAlertsResponse.BuilderListAlertsResponse.Builder. items(Consumer<Alert.Builder>... items)A list of alerts that are associated with this resource.ListAlertsResponse.BuilderListAlertsResponse.Builder. items(Alert... items)A list of alerts that are associated with this resource.ListAlertsResponse.BuilderListAlertsResponse.Builder. nextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListAlertsResponse.BuilderListAlertsResponse. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ListAlertsResponse.Builder Modifier and Type Method Description static Class<? extends ListAlertsResponse.Builder>ListAlertsResponse. serializableBuilderClass()
-