Uses of Class
software.amazon.awssdk.services.mediaconnect.model.GrantFlowEntitlementsResponse
-
Packages that use GrantFlowEntitlementsResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnect -
-
Uses of GrantFlowEntitlementsResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return GrantFlowEntitlementsResponse Modifier and Type Method Description default GrantFlowEntitlementsResponseMediaConnectClient. grantFlowEntitlements(Consumer<GrantFlowEntitlementsRequest.Builder> grantFlowEntitlementsRequest)Grants entitlements to an existing flow.default GrantFlowEntitlementsResponseMediaConnectClient. grantFlowEntitlements(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest)Grants entitlements to an existing flow.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type GrantFlowEntitlementsResponse Modifier and Type Method Description default CompletableFuture<GrantFlowEntitlementsResponse>MediaConnectAsyncClient. grantFlowEntitlements(Consumer<GrantFlowEntitlementsRequest.Builder> grantFlowEntitlementsRequest)Grants entitlements to an existing flow.default CompletableFuture<GrantFlowEntitlementsResponse>MediaConnectAsyncClient. grantFlowEntitlements(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest)Grants entitlements to an existing flow.
-