| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.builder() |
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.Builder.scheduleActions(Collection<ScheduleAction> scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.Builder.scheduleActions(Consumer<ScheduleAction.Builder>... scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.Builder.scheduleActions(ScheduleAction... scheduleActions)
List of actions that have been created in the schedule.
|
BatchScheduleActionCreateResult.Builder |
BatchScheduleActionCreateResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchScheduleActionCreateResult.Builder> |
BatchScheduleActionCreateResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdateScheduleResponse.Builder |
BatchUpdateScheduleResponse.Builder.creates(Consumer<BatchScheduleActionCreateResult.Builder> creates)
Schedule actions created in the schedule.
|
Copyright © 2022. All rights reserved.