Uses of Interface
software.amazon.awssdk.services.medialive.model.BatchScheduleActionCreateResult.Builder
-
Packages that use BatchScheduleActionCreateResult.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of BatchScheduleActionCreateResult.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return BatchScheduleActionCreateResult.Builder Modifier and Type Method Description static BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult. builder()BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)List of actions that have been created in the schedule.BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult.Builder. scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)List of actions that have been created in the schedule.BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult.Builder. scheduleActions(ScheduleAction... scheduleActions)List of actions that have been created in the schedule.BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type BatchScheduleActionCreateResult.Builder Modifier and Type Method Description static Class<? extends BatchScheduleActionCreateResult.Builder>BatchScheduleActionCreateResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type BatchScheduleActionCreateResult.Builder Modifier and Type Method Description default BatchUpdateScheduleResponse.BuilderBatchUpdateScheduleResponse.Builder. creates(Consumer<BatchScheduleActionCreateResult.Builder> creates)Schedule actions created in the schedule.
-