| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationSummary |
DestinationSummary.clone() |
DestinationSummary |
DestinationSummary.withEndTime(Date endTime)
UTC time of the destination end.
|
DestinationSummary |
DestinationSummary.withId(String id)
Unique identifier for this destination, assigned by IVS.
|
DestinationSummary |
DestinationSummary.withStartTime(Date startTime)
UTC time of the destination start.
|
DestinationSummary |
DestinationSummary.withState(DestinationState state)
State of the Composition Destination.
|
DestinationSummary |
DestinationSummary.withState(String state)
State of the Composition Destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationSummary> |
CompositionSummary.getDestinations()
Array of Destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
CompositionSummary |
CompositionSummary.withDestinations(DestinationSummary... destinations)
Array of Destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositionSummary.setDestinations(Collection<DestinationSummary> destinations)
Array of Destination objects.
|
CompositionSummary |
CompositionSummary.withDestinations(Collection<DestinationSummary> destinations)
Array of Destination objects.
|
Copyright © 2023. All rights reserved.