Uses of Class
software.amazon.awssdk.services.ivs.model.PlaybackKeyPairSummary
-
Packages that use PlaybackKeyPairSummary Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of PlaybackKeyPairSummary in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type PlaybackKeyPairSummary Modifier and Type Method Description List<PlaybackKeyPairSummary>ListPlaybackKeyPairsResponse. keyPairs()List of key pairs.Methods in software.amazon.awssdk.services.ivs.model with parameters of type PlaybackKeyPairSummary Modifier and Type Method Description ListPlaybackKeyPairsResponse.BuilderListPlaybackKeyPairsResponse.Builder. keyPairs(PlaybackKeyPairSummary... keyPairs)List of key pairs.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type PlaybackKeyPairSummary Modifier and Type Method Description ListPlaybackKeyPairsResponse.BuilderListPlaybackKeyPairsResponse.Builder. keyPairs(Collection<PlaybackKeyPairSummary> keyPairs)List of key pairs.
-