Uses of Class
software.amazon.awssdk.services.mediaconnect.model.RevokeFlowEntitlementResponse
-
Packages that use RevokeFlowEntitlementResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of RevokeFlowEntitlementResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return RevokeFlowEntitlementResponse Modifier and Type Method Description default RevokeFlowEntitlementResponseMediaConnectClient. revokeFlowEntitlement(Consumer<RevokeFlowEntitlementRequest.Builder> revokeFlowEntitlementRequest)Revokes an entitlement from a flow.default RevokeFlowEntitlementResponseMediaConnectClient. revokeFlowEntitlement(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest)Revokes an entitlement from a flow.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type RevokeFlowEntitlementResponse Modifier and Type Method Description default CompletableFuture<RevokeFlowEntitlementResponse>MediaConnectAsyncClient. revokeFlowEntitlement(Consumer<RevokeFlowEntitlementRequest.Builder> revokeFlowEntitlementRequest)Revokes an entitlement from a flow.default CompletableFuture<RevokeFlowEntitlementResponse>MediaConnectAsyncClient. revokeFlowEntitlement(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest)Revokes an entitlement from a flow.
-