| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default PutMetadataResponse |
IvsClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(PutMetadataRequest putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutMetadataResponse> |
IvsAsyncClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
default CompletableFuture<PutMetadataResponse> |
IvsAsyncClient.putMetadata(PutMetadataRequest putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
Copyright © 2023. All rights reserved.