Uses of Class
software.amazon.awssdk.services.mediaconnect.model.UpdateFlowEntitlementResponse
-
Packages that use UpdateFlowEntitlementResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of UpdateFlowEntitlementResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return UpdateFlowEntitlementResponse Modifier and Type Method Description default UpdateFlowEntitlementResponseMediaConnectClient. updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)You can change an entitlement's description, subscribers, and encryption.default UpdateFlowEntitlementResponseMediaConnectClient. updateFlowEntitlement(UpdateFlowEntitlementRequest updateFlowEntitlementRequest)You can change an entitlement's description, subscribers, and encryption.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type UpdateFlowEntitlementResponse Modifier and Type Method Description default CompletableFuture<UpdateFlowEntitlementResponse>MediaConnectAsyncClient. updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)You can change an entitlement's description, subscribers, and encryption.default CompletableFuture<UpdateFlowEntitlementResponse>MediaConnectAsyncClient. updateFlowEntitlement(UpdateFlowEntitlementRequest updateFlowEntitlementRequest)You can change an entitlement's description, subscribers, and encryption.
-