Uses of Class
com.amazonaws.services.rds.model.ReservedDBInstancesOffering
Packages that use ReservedDBInstancesOffering
-
Uses of ReservedDBInstancesOffering in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return ReservedDBInstancesOfferingModifier and TypeMethodDescriptionReservedDBInstancesOffering.clone()
ReservedDBInstancesOffering.withCurrencyCode
(String currencyCode) The currency code for the reserved DB instance offering.ReservedDBInstancesOffering.withDBInstanceClass
(String dBInstanceClass) The DB instance class for the reserved DB instance.ReservedDBInstancesOffering.withDuration
(Integer duration) The duration of the offering in seconds.ReservedDBInstancesOffering.withFixedPrice
(Double fixedPrice) The fixed price charged for this offering.ReservedDBInstancesOffering.withMultiAZ
(Boolean multiAZ) Indicates if the offering applies to Multi-AZ deployments.ReservedDBInstancesOffering.withOfferingType
(String offeringType) The offering type.ReservedDBInstancesOffering.withProductDescription
(String productDescription) The database engine used by the offering.ReservedDBInstancesOffering.withRecurringCharges
(RecurringCharge... recurringCharges) The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) The recurring price charged to run this reserved DB instance.ReservedDBInstancesOffering.withReservedDBInstancesOfferingId
(String reservedDBInstancesOfferingId) The offering identifier.ReservedDBInstancesOffering.withUsagePrice
(Double usagePrice) The hourly price charged for this offering.Methods in com.amazonaws.services.rds.model that return types with arguments of type ReservedDBInstancesOfferingModifier and TypeMethodDescriptionDescribeReservedDBInstancesOfferingsResult.getReservedDBInstancesOfferings()
A list of reserved DB instance offerings.Methods in com.amazonaws.services.rds.model with parameters of type ReservedDBInstancesOfferingModifier and TypeMethodDescriptionDescribeReservedDBInstancesOfferingsResult.withReservedDBInstancesOfferings
(ReservedDBInstancesOffering... reservedDBInstancesOfferings) A list of reserved DB instance offerings.Method parameters in com.amazonaws.services.rds.model with type arguments of type ReservedDBInstancesOfferingModifier and TypeMethodDescriptionvoid
DescribeReservedDBInstancesOfferingsResult.setReservedDBInstancesOfferings
(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings) A list of reserved DB instance offerings.DescribeReservedDBInstancesOfferingsResult.withReservedDBInstancesOfferings
(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings) A list of reserved DB instance offerings.