| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Composition |
Composition.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Composition |
Composition.clearTagsEntries()
Removes all the entries added into Tags.
|
Composition |
Composition.clone() |
Composition |
GetCompositionResult.getComposition()
The Composition that was returned.
|
Composition |
StartCompositionResult.getComposition()
The Composition that was created.
|
Composition |
Composition.withArn(String arn)
ARN of the Composition resource.
|
Composition |
Composition.withDestinations(Collection<Destination> destinations)
Array of Destination objects.
|
Composition |
Composition.withDestinations(Destination... destinations)
Array of Destination objects.
|
Composition |
Composition.withEndTime(Date endTime)
UTC time of the Composition end.
|
Composition |
Composition.withLayout(LayoutConfiguration layout)
Layout object to configure composition parameters.
|
Composition |
Composition.withStageArn(String stageArn)
ARN of the stage used as input
|
Composition |
Composition.withStartTime(Date startTime)
UTC time of the Composition start.
|
Composition |
Composition.withState(CompositionState state)
State of the Composition.
|
Composition |
Composition.withState(String state)
State of the Composition.
|
Composition |
Composition.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCompositionResult.setComposition(Composition composition)
The Composition that was returned.
|
void |
StartCompositionResult.setComposition(Composition composition)
The Composition that was created.
|
GetCompositionResult |
GetCompositionResult.withComposition(Composition composition)
The Composition that was returned.
|
StartCompositionResult |
StartCompositionResult.withComposition(Composition composition)
The Composition that was created.
|
Copyright © 2024. All rights reserved.