Uses of Class
software.amazon.awssdk.services.billing.model.BillingViewType
-
Packages that use BillingViewType Package Description software.amazon.awssdk.services.billing.model -
-
Uses of BillingViewType in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return BillingViewType Modifier and Type Method Description BillingViewTypeBillingViewElement. billingViewType()The type of billing group.BillingViewTypeBillingViewListElement. billingViewType()The type of billing view.static BillingViewTypeBillingViewType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BillingViewTypeBillingViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingViewType[]BillingViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type BillingViewType Modifier and Type Method Description List<BillingViewType>ListBillingViewsRequest. billingViewTypes()The type of billing view.static Set<BillingViewType>BillingViewType. knownValues()Methods in software.amazon.awssdk.services.billing.model with parameters of type BillingViewType Modifier and Type Method Description BillingViewElement.BuilderBillingViewElement.Builder. billingViewType(BillingViewType billingViewType)The type of billing group.BillingViewListElement.BuilderBillingViewListElement.Builder. billingViewType(BillingViewType billingViewType)The type of billing view.ListBillingViewsRequest.BuilderListBillingViewsRequest.Builder. billingViewTypes(BillingViewType... billingViewTypes)The type of billing view.Method parameters in software.amazon.awssdk.services.billing.model with type arguments of type BillingViewType Modifier and Type Method Description ListBillingViewsRequest.BuilderListBillingViewsRequest.Builder. billingViewTypes(Collection<BillingViewType> billingViewTypes)The type of billing view.
-