| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlansDataType |
SavingsPlansDataType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SavingsPlansDataType |
SavingsPlansDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavingsPlansDataType[] |
SavingsPlansDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<SavingsPlansDataType> |
GetSavingsPlansUtilizationDetailsRequest.dataType()
The data type.
|
static Set<SavingsPlansDataType> |
SavingsPlansDataType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSavingsPlansUtilizationDetailsRequest.Builder |
GetSavingsPlansUtilizationDetailsRequest.Builder.dataType(SavingsPlansDataType... dataType)
The data type.
|
| Modifier and Type | Method and Description |
|---|---|
GetSavingsPlansUtilizationDetailsRequest.Builder |
GetSavingsPlansUtilizationDetailsRequest.Builder.dataType(Collection<SavingsPlansDataType> dataType)
The data type.
|
Copyright © 2023. All rights reserved.