| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.clone() |
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withAllowedCountries(Collection<String> allowedCountries)
A list of country codes that control geoblocking restriction.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withAllowedCountries(String... allowedCountries)
A list of country codes that control geoblocking restriction.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withAllowedOrigins(Collection<String> allowedOrigins)
A list of origin sites that control CORS restriction.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withAllowedOrigins(String... allowedOrigins)
A list of origin sites that control CORS restriction.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withEnableStrictOriginEnforcement(Boolean enableStrictOriginEnforcement)
Whether channel playback is constrained by origin site.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withName(String name)
Playback-restriction-policy name.
|
CreatePlaybackRestrictionPolicyRequest |
CreatePlaybackRestrictionPolicyRequest.withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
Copyright © 2024. All rights reserved.