| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStreamKeyResult> |
AbstractAmazonIVSAsync.createStreamKeyAsync(CreateStreamKeyRequest request,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler) |
Future<CreateStreamKeyResult> |
AmazonIVSAsync.createStreamKeyAsync(CreateStreamKeyRequest createStreamKeyRequest,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
Future<CreateStreamKeyResult> |
AmazonIVSAsyncClient.createStreamKeyAsync(CreateStreamKeyRequest request,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateStreamKeyRequest |
CreateStreamKeyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateStreamKeyRequest |
CreateStreamKeyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateStreamKeyRequest |
CreateStreamKeyRequest.clone() |
CreateStreamKeyRequest |
CreateStreamKeyRequest.withChannelArn(String channelArn)
ARN of the channel for which to create the stream key.
|
CreateStreamKeyRequest |
CreateStreamKeyRequest.withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
Copyright © 2022. All rights reserved.