| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStreamKeyResponse> |
IvsAsyncClient.createStreamKey(Consumer<CreateStreamKeyRequest.Builder> createStreamKeyRequest)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
default CreateStreamKeyResponse |
IvsClient.createStreamKey(Consumer<CreateStreamKeyRequest.Builder> createStreamKeyRequest)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.builder() |
CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.Builder.channelArn(String channelArn)
ARN of the channel for which to create the stream key.
|
CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.Builder.tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
CreateStreamKeyRequest.Builder |
CreateStreamKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateStreamKeyRequest.Builder> |
CreateStreamKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.