| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
PlaybackKeyPair |
PlaybackKeyPair.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PlaybackKeyPair |
PlaybackKeyPair.clearTagsEntries()
Removes all the entries added into Tags.
|
PlaybackKeyPair |
PlaybackKeyPair.clone() |
PlaybackKeyPair |
GetPlaybackKeyPairResult.getKeyPair() |
PlaybackKeyPair |
ImportPlaybackKeyPairResult.getKeyPair() |
PlaybackKeyPair |
PlaybackKeyPair.withArn(String arn)
Key-pair ARN.
|
PlaybackKeyPair |
PlaybackKeyPair.withFingerprint(String fingerprint)
Key-pair identifier.
|
PlaybackKeyPair |
PlaybackKeyPair.withName(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
|
PlaybackKeyPair |
PlaybackKeyPair.withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
| Modifier and Type | Method and Description |
|---|---|
void |
GetPlaybackKeyPairResult.setKeyPair(PlaybackKeyPair keyPair) |
void |
ImportPlaybackKeyPairResult.setKeyPair(PlaybackKeyPair keyPair) |
GetPlaybackKeyPairResult |
GetPlaybackKeyPairResult.withKeyPair(PlaybackKeyPair keyPair) |
ImportPlaybackKeyPairResult |
ImportPlaybackKeyPairResult.withKeyPair(PlaybackKeyPair keyPair) |
Copyright © 2021. All rights reserved.