Uses of Class
software.amazon.awssdk.services.costandusagereport.model.SchemaElement
-
Packages that use SchemaElement Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of SchemaElement in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return SchemaElement Modifier and Type Method Description static SchemaElementSchemaElement. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SchemaElementSchemaElement. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaElement[]SchemaElement. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type SchemaElement Modifier and Type Method Description List<SchemaElement>ReportDefinition. additionalSchemaElements()A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.static Set<SchemaElement>SchemaElement. knownValues()Methods in software.amazon.awssdk.services.costandusagereport.model with parameters of type SchemaElement Modifier and Type Method Description ReportDefinition.BuilderReportDefinition.Builder. additionalSchemaElements(SchemaElement... additionalSchemaElements)A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.Method parameters in software.amazon.awssdk.services.costandusagereport.model with type arguments of type SchemaElement Modifier and Type Method Description ReportDefinition.BuilderReportDefinition.Builder. additionalSchemaElements(Collection<SchemaElement> additionalSchemaElements)A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.
-