Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private OfferingTransaction |
RenewOfferingResult.offeringTransaction
Represents the status of the offering transaction for the renewal.
|
private OfferingTransaction |
PurchaseOfferingResult.offeringTransaction
Represents the offering transaction for the purchase result.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<OfferingTransaction> |
ListOfferingTransactionsResult.offeringTransactions
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
OfferingTransaction |
OfferingTransaction.clone() |
OfferingTransaction |
RenewOfferingResult.getOfferingTransaction()
Represents the status of the offering transaction for the renewal.
|
OfferingTransaction |
PurchaseOfferingResult.getOfferingTransaction()
Represents the offering transaction for the purchase result.
|
OfferingTransaction |
OfferingTransaction.withCost(MonetaryAmount cost)
The cost of an offering transaction.
|
OfferingTransaction |
OfferingTransaction.withCreatedOn(java.util.Date createdOn)
The date on which an offering transaction was created.
|
OfferingTransaction |
OfferingTransaction.withOfferingStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
|
OfferingTransaction |
OfferingTransaction.withTransactionId(java.lang.String transactionId)
The transaction ID of the offering transaction.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OfferingTransaction> |
ListOfferingTransactionsResult.getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
void |
RenewOfferingResult.setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
void |
PurchaseOfferingResult.setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
RenewOfferingResult |
RenewOfferingResult.withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
PurchaseOfferingResult |
PurchaseOfferingResult.withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
ListOfferingTransactionsResult |
ListOfferingTransactionsResult.withOfferingTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOfferingTransactionsResult.setOfferingTransactions(java.util.Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
ListOfferingTransactionsResult |
ListOfferingTransactionsResult.withOfferingTransactions(java.util.Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
OfferingTransaction |
OfferingTransactionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OfferingTransactionJsonMarshaller.marshall(OfferingTransaction offeringTransaction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|