Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
static OfferingType |
OfferingType.fromValue(String value)
Use this in place of valueOf.
|
static OfferingType |
OfferingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfferingType[] |
OfferingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Offering.setType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.
|
Offering |
Offering.withType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.
|
Copyright © 2018. All rights reserved.