Uses of Class
software.amazon.awssdk.services.ivs.model.ListStreamSessionsResponse
-
Packages that use ListStreamSessionsResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListStreamSessionsResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListStreamSessionsResponse Modifier and Type Method Description default ListStreamSessionsResponseIvsClient. 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 ListStreamSessionsResponseIvsClient. 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.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListStreamSessionsResponse Modifier and Type Method 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. -
Uses of ListStreamSessionsResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListStreamSessionsResponse Modifier and Type Method Description Iterator<ListStreamSessionsResponse>ListStreamSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListStreamSessionsResponse Modifier and Type Method Description voidListStreamSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamSessionsResponse> subscriber)
-