| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model | |
| software.amazon.awssdk.services.ivs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PlaybackKeyPairSummary> |
ListPlaybackKeyPairsResponse.keyPairs()
List of key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackKeyPairsResponse.Builder |
ListPlaybackKeyPairsResponse.Builder.keyPairs(PlaybackKeyPairSummary... keyPairs)
List of key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackKeyPairsResponse.Builder |
ListPlaybackKeyPairsResponse.Builder.keyPairs(Collection<PlaybackKeyPairSummary> keyPairs)
List of key pairs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<PlaybackKeyPairSummary> |
ListPlaybackKeyPairsIterable.keyPairs()
Returns an iterable to iterate through the paginated
ListPlaybackKeyPairsResponse.keyPairs() member. |
SdkPublisher<PlaybackKeyPairSummary> |
ListPlaybackKeyPairsPublisher.keyPairs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.