Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Offering |
Offering.clone() |
Offering |
OfferingStatus.getOffering()
Represents the metadata of an offering status.
|
Offering |
Offering.withDescription(String description)
A string describing the offering.
|
Offering |
Offering.withId(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(String platform)
The platform of the device (e.g., ANDROID or IOS).
|
Offering |
Offering.withRecurringCharges(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(String type)
The type of offering (e.g., "RECURRING") for a device.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Offering> offerings)
A value representing the list offering results.
|
ListOfferingsResult |
ListOfferingsResult.withOfferings(Collection<Offering> offerings)
A value representing the list offering results.
|
Copyright © 2018. All rights reserved.