| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageRecordResultStatus |
UsageRecordResultStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UsageRecordResultStatus |
UsageRecordResult.status()
The
UsageRecordResult Status indicates the status of an individual
UsageRecord processed by BatchMeterUsage. |
static UsageRecordResultStatus |
UsageRecordResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageRecordResultStatus[] |
UsageRecordResultStatus.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<UsageRecordResultStatus> |
UsageRecordResultStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UsageRecordResult.Builder |
UsageRecordResult.Builder.status(UsageRecordResultStatus status)
The
UsageRecordResult Status indicates the status of an individual
UsageRecord processed by BatchMeterUsage. |
Copyright © 2023. All rights reserved.