Uses of Class
software.amazon.awssdk.services.ivs.model.GetStreamResponse
-
Packages that use GetStreamResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of GetStreamResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return GetStreamResponse Modifier and Type Method Description default GetStreamResponseIvsClient. getStream(Consumer<GetStreamRequest.Builder> getStreamRequest)Gets information about the active (live) stream on a specified channel.default GetStreamResponseIvsClient. getStream(GetStreamRequest getStreamRequest)Gets information about the active (live) stream on a specified channel.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type GetStreamResponse Modifier and Type Method Description default CompletableFuture<GetStreamResponse>IvsAsyncClient. getStream(Consumer<GetStreamRequest.Builder> getStreamRequest)Gets information about the active (live) stream on a specified channel.default CompletableFuture<GetStreamResponse>IvsAsyncClient. getStream(GetStreamRequest getStreamRequest)Gets information about the active (live) stream on a specified channel.
-