| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPlaybackKeyPairsResponse |
IvsClient.listPlaybackKeyPairs(Consumer<ListPlaybackKeyPairsRequest.Builder> listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
default ListPlaybackKeyPairsResponse |
IvsClient.listPlaybackKeyPairs(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPlaybackKeyPairsResponse> |
ListPlaybackKeyPairsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPlaybackKeyPairsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPlaybackKeyPairsResponse> subscriber) |
Copyright © 2023. All rights reserved.