Uses of Class
software.amazon.awssdk.services.ivs.model.ListStreamKeysResponse
-
Packages that use ListStreamKeysResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListStreamKeysResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListStreamKeysResponse Modifier and Type Method Description default ListStreamKeysResponseIvsClient. listStreamKeys(Consumer<ListStreamKeysRequest.Builder> listStreamKeysRequest)Gets summary information about stream keys for the specified channel.default ListStreamKeysResponseIvsClient. listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)Gets summary information about stream keys for the specified channel.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListStreamKeysResponse Modifier and Type Method Description default CompletableFuture<ListStreamKeysResponse>IvsAsyncClient. listStreamKeys(Consumer<ListStreamKeysRequest.Builder> listStreamKeysRequest)Gets summary information about stream keys for the specified channel.default CompletableFuture<ListStreamKeysResponse>IvsAsyncClient. listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)Gets summary information about stream keys for the specified channel. -
Uses of ListStreamKeysResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListStreamKeysResponse Modifier and Type Method Description Iterator<ListStreamKeysResponse>ListStreamKeysIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListStreamKeysResponse Modifier and Type Method Description voidListStreamKeysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamKeysResponse> subscriber)
-