| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators | |
| software.amazon.awssdk.services.ivs.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamKeysResponse> |
IvsAsyncClient.listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysResponse |
IvsClient.listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysPublisher |
IvsAsyncClient.listStreamKeysPaginator(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysIterable |
IvsClient.listStreamKeysPaginator(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
| Constructor and Description |
|---|
ListStreamKeysIterable(IvsClient client,
ListStreamKeysRequest firstRequest) |
ListStreamKeysPublisher(IvsAsyncClient client,
ListStreamKeysRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStreamKeysRequestMarshaller.marshall(ListStreamKeysRequest listStreamKeysRequest) |
Copyright © 2023. All rights reserved.