| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
Destination.withConfiguration(DestinationConfiguration configuration)
Configuration used to create this destination.
|
Destination |
Destination.withDetail(DestinationDetail detail)
Optional details regarding the status of the destination.
|
Destination |
Destination.withEndTime(Date endTime)
UTC time of the destination end.
|
Destination |
Destination.withId(String id)
Unique identifier for this destination, assigned by IVS.
|
Destination |
Destination.withStartTime(Date startTime)
UTC time of the destination start.
|
Destination |
Destination.withState(DestinationState state)
State of the Composition Destination.
|
Destination |
Destination.withState(String state)
State of the Composition Destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destination> |
Composition.getDestinations()
Array of Destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
Composition |
Composition.withDestinations(Destination... destinations)
Array of Destination objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Composition.setDestinations(Collection<Destination> destinations)
Array of Destination objects.
|
Composition |
Composition.withDestinations(Collection<Destination> destinations)
Array of Destination objects.
|
Copyright © 2024. All rights reserved.