Uses of Class
software.amazon.awssdk.services.mediaconvert.model.BillingTagsSource
-
Packages that use BillingTagsSource Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of BillingTagsSource in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return BillingTagsSource Modifier and Type Method Description BillingTagsSourceCreateJobRequest. billingTagsSource()Optional.BillingTagsSourceJob. billingTagsSource()The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.static BillingTagsSourceBillingTagsSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BillingTagsSourceBillingTagsSource. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingTagsSource[]BillingTagsSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type BillingTagsSource Modifier and Type Method Description static Set<BillingTagsSource>BillingTagsSource. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type BillingTagsSource Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. billingTagsSource(BillingTagsSource billingTagsSource)Optional.Job.BuilderJob.Builder. billingTagsSource(BillingTagsSource billingTagsSource)The tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up.
-