Uses of Class
software.amazon.awssdk.services.ivs.model.UpdatePlaybackRestrictionPolicyResponse
-
Packages that use UpdatePlaybackRestrictionPolicyResponse Package Description software.amazon.awssdk.services.ivs Introduction -
-
Uses of UpdatePlaybackRestrictionPolicyResponse in software.amazon.awssdk.services.ivs
Methods in software.amazon.awssdk.services.ivs that return UpdatePlaybackRestrictionPolicyResponse Modifier and Type Method Description default UpdatePlaybackRestrictionPolicyResponseIvsClient. updatePlaybackRestrictionPolicy(Consumer<UpdatePlaybackRestrictionPolicyRequest.Builder> updatePlaybackRestrictionPolicyRequest)Updates a specified playback restriction policy.default UpdatePlaybackRestrictionPolicyResponseIvsClient. updatePlaybackRestrictionPolicy(UpdatePlaybackRestrictionPolicyRequest updatePlaybackRestrictionPolicyRequest)Updates a specified playback restriction policy.Methods in software.amazon.awssdk.services.ivs that return types with arguments of type UpdatePlaybackRestrictionPolicyResponse Modifier and Type Method Description default CompletableFuture<UpdatePlaybackRestrictionPolicyResponse>IvsAsyncClient. updatePlaybackRestrictionPolicy(Consumer<UpdatePlaybackRestrictionPolicyRequest.Builder> updatePlaybackRestrictionPolicyRequest)Updates a specified playback restriction policy.default CompletableFuture<UpdatePlaybackRestrictionPolicyResponse>IvsAsyncClient. updatePlaybackRestrictionPolicy(UpdatePlaybackRestrictionPolicyRequest updatePlaybackRestrictionPolicyRequest)Updates a specified playback restriction policy.
-