| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackKeyPairsResult |
AmazonIVSClient.listPlaybackKeyPairs(ListPlaybackKeyPairsRequest request)
Gets summary information about playback key pairs.
|
ListPlaybackKeyPairsResult |
AbstractAmazonIVS.listPlaybackKeyPairs(ListPlaybackKeyPairsRequest request) |
ListPlaybackKeyPairsResult |
AmazonIVS.listPlaybackKeyPairs(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPlaybackKeyPairsResult> |
AmazonIVSAsyncClient.listPlaybackKeyPairsAsync(ListPlaybackKeyPairsRequest request,
AsyncHandler<ListPlaybackKeyPairsRequest,ListPlaybackKeyPairsResult> asyncHandler) |
Future<ListPlaybackKeyPairsResult> |
AmazonIVSAsync.listPlaybackKeyPairsAsync(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest,
AsyncHandler<ListPlaybackKeyPairsRequest,ListPlaybackKeyPairsResult> asyncHandler)
Gets summary information about playback key pairs.
|
Future<ListPlaybackKeyPairsResult> |
AbstractAmazonIVSAsync.listPlaybackKeyPairsAsync(ListPlaybackKeyPairsRequest request,
AsyncHandler<ListPlaybackKeyPairsRequest,ListPlaybackKeyPairsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackKeyPairsResult |
ListPlaybackKeyPairsResult.clone() |
ListPlaybackKeyPairsResult |
ListPlaybackKeyPairsResult.withKeyPairs(Collection<PlaybackKeyPairSummary> keyPairs)
List of key pairs.
|
ListPlaybackKeyPairsResult |
ListPlaybackKeyPairsResult.withKeyPairs(PlaybackKeyPairSummary... keyPairs)
List of key pairs.
|
ListPlaybackKeyPairsResult |
ListPlaybackKeyPairsResult.withNextToken(String nextToken)
If there are more key pairs than
maxResults, use nextToken in the request to get the
next set. |
Copyright © 2023. All rights reserved.