| 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 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.
|
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.
|
default ListStreamSessionsIterable |
IvsClient.listStreamSessionsPaginator(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.
|
default ListStreamSessionsPublisher |
IvsAsyncClient.listStreamSessionsPaginator(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.
|
| Constructor and Description |
|---|
ListStreamSessionsIterable(IvsClient client,
ListStreamSessionsRequest firstRequest) |
ListStreamSessionsPublisher(IvsAsyncClient client,
ListStreamSessionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStreamSessionsRequestMarshaller.marshall(ListStreamSessionsRequest listStreamSessionsRequest) |
Copyright © 2023. All rights reserved.