| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamSessionsResponse |
IvsClient.listStreamSessions(Consumer<ListStreamSessionsRequest.Builder> listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default ListStreamSessionsResponse |
IvsClient.listStreamSessions(ListStreamSessionsRequest listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamSessionsResponse> |
IvsAsyncClient.listStreamSessions(Consumer<ListStreamSessionsRequest.Builder> listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default CompletableFuture<ListStreamSessionsResponse> |
IvsAsyncClient.listStreamSessions(ListStreamSessionsRequest listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStreamSessionsResponse> |
ListStreamSessionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamSessionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamSessionsResponse> subscriber) |
Copyright © 2023. All rights reserved.