Uses of Class
software.amazon.awssdk.services.medialive.model.ScheduleAction
-
Packages that use ScheduleAction Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of ScheduleAction in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ScheduleAction Modifier and Type Method Description List<ScheduleAction>BatchScheduleActionCreateRequest. scheduleActions()A list of schedule actions to create.List<ScheduleAction>BatchScheduleActionCreateResult. scheduleActions()List of actions that have been created in the schedule.List<ScheduleAction>BatchScheduleActionDeleteResult. scheduleActions()List of actions that have been deleted from the schedule.List<ScheduleAction>DescribeScheduleResponse. scheduleActions()The list of actions in the schedule.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ScheduleAction Modifier and Type Method Description BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest.Builder. scheduleActions(ScheduleAction... scheduleActions)A list of schedule actions to create.BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult.Builder. scheduleActions(ScheduleAction... scheduleActions)List of actions that have been created in the schedule.BatchScheduleActionDeleteResult.BuilderBatchScheduleActionDeleteResult.Builder. scheduleActions(ScheduleAction... scheduleActions)List of actions that have been deleted from the schedule.DescribeScheduleResponse.BuilderDescribeScheduleResponse.Builder. scheduleActions(ScheduleAction... scheduleActions)The list of actions in the schedule.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ScheduleAction Modifier and Type Method Description BatchScheduleActionCreateRequest.BuilderBatchScheduleActionCreateRequest.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)A list of schedule actions to create.BatchScheduleActionCreateResult.BuilderBatchScheduleActionCreateResult.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)List of actions that have been created in the schedule.BatchScheduleActionDeleteResult.BuilderBatchScheduleActionDeleteResult.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)List of actions that have been deleted from the schedule.DescribeScheduleResponse.BuilderDescribeScheduleResponse.Builder. scheduleActions(Collection<ScheduleAction> scheduleActions)The list of actions in the schedule. -
Uses of ScheduleAction in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type ScheduleAction Modifier and Type Method Description SdkIterable<ScheduleAction>DescribeScheduleIterable. scheduleActions()Returns an iterable to iterate through the paginatedDescribeScheduleResponse.scheduleActions()member.SdkPublisher<ScheduleAction>DescribeSchedulePublisher. scheduleActions()Returns a publisher that can be used to get a stream of data.
-