Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private Offering |
OfferingStatus.offering
Represents the metadata of an offering status.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Offering> |
ListOfferingsResult.offerings
A value representing the list offering results.
|
Modifier and Type | Method and Description |
---|---|
Offering |
Offering.clone() |
Offering |
OfferingStatus.getOffering()
Represents the metadata of an offering status.
|
Offering |
Offering.withDescription(java.lang.String description)
A string describing the offering.
|
Offering |
Offering.withId(java.lang.String id)
The ID that corresponds to a device offering.
|
Offering |
Offering.withPlatform(DevicePlatform platform)
The platform of the device (e.g., ANDROID or IOS).
|
Offering |
Offering.withPlatform(java.lang.String platform)
The platform of the device (e.g., ANDROID or IOS).
|
Offering |
Offering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Offering |
Offering.withRecurringCharges(RecurringCharge... recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Offering |
Offering.withType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.
|
Offering |
Offering.withType(java.lang.String type)
The type of offering (e.g., "RECURRING") for a device.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Offering> |
ListOfferingsResult.getOfferings()
A value representing the list offering results.
|
Modifier and Type | Method and Description |
---|---|
void |
OfferingStatus.setOffering(Offering offering)
Represents the metadata of an offering status.
|
OfferingStatus |
OfferingStatus.withOffering(Offering offering)
Represents the metadata of an offering status.
|
ListOfferingsResult |
ListOfferingsResult.withOfferings(Offering... offerings)
A value representing the list offering results.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOfferingsResult.setOfferings(java.util.Collection<Offering> offerings)
A value representing the list offering results.
|
ListOfferingsResult |
ListOfferingsResult.withOfferings(java.util.Collection<Offering> offerings)
A value representing the list offering results.
|
Modifier and Type | Method and Description |
---|---|
Offering |
OfferingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OfferingJsonMarshaller.marshall(Offering offering,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|