Uses of Class
software.amazon.awssdk.services.ivs.model.CreatePlaybackRestrictionPolicyResponse
-
Packages that use CreatePlaybackRestrictionPolicyResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of CreatePlaybackRestrictionPolicyResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return CreatePlaybackRestrictionPolicyResponse Modifier and Type Method Description default CreatePlaybackRestrictionPolicyResponseIvsClient. createPlaybackRestrictionPolicy(Consumer<CreatePlaybackRestrictionPolicyRequest.Builder> createPlaybackRestrictionPolicyRequest)Creates a new playback restriction policy, for constraining playback by countries and/or origins.default CreatePlaybackRestrictionPolicyResponseIvsClient. createPlaybackRestrictionPolicy(CreatePlaybackRestrictionPolicyRequest createPlaybackRestrictionPolicyRequest)Creates a new playback restriction policy, for constraining playback by countries and/or origins.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type CreatePlaybackRestrictionPolicyResponse Modifier and Type Method Description default CompletableFuture<CreatePlaybackRestrictionPolicyResponse>IvsAsyncClient. createPlaybackRestrictionPolicy(Consumer<CreatePlaybackRestrictionPolicyRequest.Builder> createPlaybackRestrictionPolicyRequest)Creates a new playback restriction policy, for constraining playback by countries and/or origins.default CompletableFuture<CreatePlaybackRestrictionPolicyResponse>IvsAsyncClient. createPlaybackRestrictionPolicy(CreatePlaybackRestrictionPolicyRequest createPlaybackRestrictionPolicyRequest)Creates a new playback restriction policy, for constraining playback by countries and/or origins.
-