Uses of Class
software.amazon.awssdk.services.mediatailor.model.FillPolicy
-
Packages that use FillPolicy Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of FillPolicy in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return FillPolicy Modifier and Type Method Description FillPolicyAvailSuppression. fillPolicy()Defines the policy to apply to the avail suppression mode.static FillPolicyFillPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FillPolicyFillPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static FillPolicy[]FillPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type FillPolicy Modifier and Type Method Description static Set<FillPolicy>FillPolicy. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type FillPolicy Modifier and Type Method Description AvailSuppression.BuilderAvailSuppression.Builder. fillPolicy(FillPolicy fillPolicy)Defines the policy to apply to the avail suppression mode.
-