| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static MatchOption |
MatchOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MatchOption |
MatchOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchOption[] |
MatchOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MatchOption> |
MatchOption.knownValues()
|
List<MatchOption> |
TagValues.matchOptions()
The match options that you can use to filter your results.
|
List<MatchOption> |
CostCategoryValues.matchOptions()
The match options that you can use to filter your results.
|
List<MatchOption> |
DimensionValues.matchOptions()
The match options that you can use to filter your results.
|
| Modifier and Type | Method and Description |
|---|---|
TagValues.Builder |
TagValues.Builder.matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
| Modifier and Type | Method and Description |
|---|---|
TagValues.Builder |
TagValues.Builder.matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
Copyright © 2022. All rights reserved.