| Package | Description |
|---|---|
| software.amazon.awssdk.services.costandusagereport.model |
| Modifier and Type | Method and Description |
|---|---|
static SchemaElement |
SchemaElement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SchemaElement |
SchemaElement.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.
|
| Modifier and Type | Method and 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()
|
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition.Builder |
ReportDefinition.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.
|
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition.Builder |
ReportDefinition.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.
|
Copyright © 2023. All rights reserved.