| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateFlowEntitlementResponse> |
MediaConnectAsyncClient.updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)
You can change an entitlement's description, subscribers, and encryption.
|
default UpdateFlowEntitlementResponse |
MediaConnectClient.updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)
You can change an entitlement's description, subscribers, and encryption.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.builder() |
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.description(String description)
A description of the entitlement.
|
default UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.encryption(Consumer<UpdateEncryption.Builder> encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.encryption(UpdateEncryption encryption)
The type of encryption that will be used on the output associated with this entitlement.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementArn(String entitlementArn)
The ARN of the entitlement that you want to update.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementStatus(EntitlementStatus entitlementStatus)
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.entitlementStatus(String entitlementStatus)
An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming
content to the subscriber’s flow temporarily.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.flowArn(String flowArn)
The flow that is associated with the entitlement that you want to update.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.subscribers(Collection<String> subscribers)
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.Builder.subscribers(String... subscribers)
The AWS account IDs that you want to share your content with.
|
UpdateFlowEntitlementRequest.Builder |
UpdateFlowEntitlementRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFlowEntitlementRequest.Builder> |
UpdateFlowEntitlementRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.