| Package | Description |
|---|---|
| com.amazonaws.services.marketplacemetering.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageRecordResultStatus |
UsageRecordResultStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
UsageRecordResult.setStatus(UsageRecordResultStatus status)
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
|
UsageRecordResult |
UsageRecordResult.withStatus(UsageRecordResultStatus status)
The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.
|
Copyright © 2018. All rights reserved.