| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamsResponse |
IvsClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListStreamsResponse |
IvsClient.listStreams(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamsResponse> |
IvsAsyncClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default CompletableFuture<ListStreamsResponse> |
IvsAsyncClient.listStreams(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStreamsResponse> |
ListStreamsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamsResponse> subscriber) |
Copyright © 2023. All rights reserved.