| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model | |
| software.amazon.awssdk.services.medialive.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<ScheduleAction> |
BatchScheduleActionCreateRequest.scheduleActions()
A list of schedule actions to create.
|
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.Builder.scheduleActions(ScheduleAction... scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionDeleteResult.Builder |
BatchScheduleActionDeleteResult.Builder.scheduleActions(ScheduleAction... scheduleActions)
List of actions that have been deleted from the schedule.
|
DescribeScheduleResponse.Builder |
DescribeScheduleResponse.Builder.scheduleActions(ScheduleAction... scheduleActions)
The list of actions in the schedule.
|
BatchScheduleActionCreateRequest.Builder |
BatchScheduleActionCreateRequest.Builder.scheduleActions(ScheduleAction... scheduleActions)
A list of schedule actions to create.
|
| Modifier and Type | Method and Description |
|---|---|
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.Builder.scheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionDeleteResult.Builder |
BatchScheduleActionDeleteResult.Builder.scheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been deleted from the schedule.
|
DescribeScheduleResponse.Builder |
DescribeScheduleResponse.Builder.scheduleActions(Collection<ScheduleAction> scheduleActions)
The list of actions in the schedule.
|
BatchScheduleActionCreateRequest.Builder |
BatchScheduleActionCreateRequest.Builder.scheduleActions(Collection<ScheduleAction> scheduleActions)
A list of schedule actions to create.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ScheduleAction> |
DescribeSchedulePublisher.scheduleActions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ScheduleAction> |
DescribeScheduleIterable.scheduleActions()
Returns an iterable to iterate through the paginated
DescribeScheduleResponse.scheduleActions() member. |
Copyright © 2022. All rights reserved.