Uses of Class
software.amazon.awssdk.services.marketplacemetering.model.UsageRecordResultStatus
-
Packages that use UsageRecordResultStatus Package Description software.amazon.awssdk.services.marketplacemetering.model -
-
Uses of UsageRecordResultStatus in software.amazon.awssdk.services.marketplacemetering.model
Methods in software.amazon.awssdk.services.marketplacemetering.model that return UsageRecordResultStatus Modifier and Type Method Description static UsageRecordResultStatusUsageRecordResultStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageRecordResultStatusUsageRecordResult. status()TheUsageRecordResultStatusindicates the status of an individualUsageRecordprocessed byBatchMeterUsage.static UsageRecordResultStatusUsageRecordResultStatus. 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.Methods in software.amazon.awssdk.services.marketplacemetering.model that return types with arguments of type UsageRecordResultStatus Modifier and Type Method Description static Set<UsageRecordResultStatus>UsageRecordResultStatus. knownValues()Methods in software.amazon.awssdk.services.marketplacemetering.model with parameters of type UsageRecordResultStatus Modifier and Type Method Description UsageRecordResult.BuilderUsageRecordResult.Builder. status(UsageRecordResultStatus status)TheUsageRecordResultStatusindicates the status of an individualUsageRecordprocessed byBatchMeterUsage.
-