Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.GrantFlowEntitlementsResponse.Builder
-
Packages that use GrantFlowEntitlementsResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of GrantFlowEntitlementsResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return GrantFlowEntitlementsResponse.Builder Modifier and Type Method Description static GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse. builder()GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. entitlements(Collection<Entitlement> entitlements)The entitlements that were just granted.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. entitlements(Consumer<Entitlement.Builder>... entitlements)The entitlements that were just granted.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. entitlements(Entitlement... entitlements)The entitlements that were just granted.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse.Builder. flowArn(String flowArn)The ARN of the flow that these entitlements were granted to.GrantFlowEntitlementsResponse.BuilderGrantFlowEntitlementsResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type GrantFlowEntitlementsResponse.Builder Modifier and Type Method Description static Class<? extends GrantFlowEntitlementsResponse.Builder>GrantFlowEntitlementsResponse. serializableBuilderClass()
-