| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamKeysResponse |
IvsClient.listStreamKeys(Consumer<ListStreamKeysRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamKeysResponse> |
IvsAsyncClient.listStreamKeys(Consumer<ListStreamKeysRequest.Builder> listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default CompletableFuture<ListStreamKeysResponse> |
IvsAsyncClient.listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStreamKeysResponse> |
ListStreamKeysIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamKeysPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamKeysResponse> subscriber) |
Copyright © 2023. All rights reserved.