Uses of Class
software.amazon.awssdk.services.ivs.model.ListPlaybackKeyPairsResponse
-
Packages that use ListPlaybackKeyPairsResponse Package Description software.amazon.awssdk.services.ivs Introductionsoftware.amazon.awssdk.services.ivs.paginators -
-
Uses of ListPlaybackKeyPairsResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return ListPlaybackKeyPairsResponse Modifier and Type Method Description default ListPlaybackKeyPairsResponseIvsClient. listPlaybackKeyPairs(Consumer<ListPlaybackKeyPairsRequest.Builder> listPlaybackKeyPairsRequest)Gets summary information about playback key pairs.default ListPlaybackKeyPairsResponseIvsClient. listPlaybackKeyPairs(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)Gets summary information about playback key pairs.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type ListPlaybackKeyPairsResponse Modifier and Type Method Description default CompletableFuture<ListPlaybackKeyPairsResponse>IvsAsyncClient. listPlaybackKeyPairs(Consumer<ListPlaybackKeyPairsRequest.Builder> listPlaybackKeyPairsRequest)Gets summary information about playback key pairs.default CompletableFuture<ListPlaybackKeyPairsResponse>IvsAsyncClient. listPlaybackKeyPairs(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)Gets summary information about playback key pairs. -
Uses of ListPlaybackKeyPairsResponse in software.amazon.awssdk.services.ivs.paginators
Methods in software.amazon.awssdk.services.ivs.paginators that return types with arguments of type ListPlaybackKeyPairsResponse Modifier and Type Method Description Iterator<ListPlaybackKeyPairsResponse>ListPlaybackKeyPairsIterable. iterator()Method parameters in software.amazon.awssdk.services.ivs.paginators with type arguments of type ListPlaybackKeyPairsResponse Modifier and Type Method Description voidListPlaybackKeyPairsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPlaybackKeyPairsResponse> subscriber)
-