| Package | Description |
|---|---|
| org.mule.extension.rds.api.model | |
| org.mule.extension.rds.internal.operation | |
| org.mule.extension.rds.internal.service | |
| org.mule.extension.rds.internal.util |
| Modifier and Type | Method and Description |
|---|---|
ReservedDBInstance |
ReservedDBInstance.withCurrencyCode(String currencyCode)
The currency code for the reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withDbInstanceClass(String dbInstanceClass)
The DB instance class for the reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withDbInstanceCount(Integer dbInstanceCount)
The number of reserved DB instances.
|
ReservedDBInstance |
ReservedDBInstance.withDuration(Integer duration)
The duration of the reservation in seconds.
|
ReservedDBInstance |
ReservedDBInstance.withFixedPrice(Double fixedPrice)
The fixed price charged for this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withMultiAZ(Boolean multiAZ)
Indicates if the reservation applies to Multi-AZ deployments.
|
ReservedDBInstance |
ReservedDBInstance.withOfferingType(String offeringType)
The offering type of this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withProductDescription(String productDescription)
The description of the reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withReservedDBInstanceArn(String reservedDBInstanceArn)
The Amazon Resource Name (ARN) for the reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withReservedDBInstanceId(String reservedDBInstanceId)
The unique identifier for the reservation.
|
ReservedDBInstance |
ReservedDBInstance.withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
The offering identifier.
|
ReservedDBInstance |
ReservedDBInstance.withStartTime(LocalDateTime startTime)
The time the reservation started.
|
ReservedDBInstance |
ReservedDBInstance.withState(String state)
The state of the reserved DB instance.
|
ReservedDBInstance |
ReservedDBInstance.withUsagePrice(Double usagePrice)
The hourly price charged for this reserved DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedDBInstance |
ReservedDBInstanceOperations.purchaseReservedDbInstancesOffering(RDSConfiguration config,
RDSConnection connection,
String reservedDbInstancesOfferingId,
Integer dbInstanceCount,
String reservedDbInstanceId,
List<Tag> tags)
Purchases a reserved DB instance offering.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<ReservedDBInstance,RequestIDAttribute>> |
ReservedDBInstanceOperations.describeReservedDbInstances(String reservedDbInstanceId,
String reservedDbInstancesOfferingId,
String dbInstanceClass,
String duration,
String productDescription,
String offeringType,
boolean multiAZ)
Returns information about reserved DB instances for this account, or about a specified reserved DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedDBInstance |
ReservedDBInstanceServiceImpl.purchaseReservedDBInstancesOffering(String reservedDBInstancesOfferingId,
Integer dBInstanceCount,
String reservedDBInstanceId,
List<Tag> tags) |
ReservedDBInstance |
ReservedDBInstanceService.purchaseReservedDBInstancesOffering(String reservedDBInstancesOfferingId,
Integer dBInstanceCount,
String reservedDBInstanceId,
List<Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
static ReservedDBInstance |
RDSModelFactory.getReservedDBInstanceWithLocalDateTime(com.amazonaws.services.rds.model.ReservedDBInstance sourceReservedDBInstance) |
static ReservedDBInstance |
RDSModelFactory.getReserverDBInstance(com.amazonaws.services.rds.model.ReservedDBInstance sourceReservedDBInstance) |
static ReservedDBInstance |
RDSModelFactory.wrapPurchaseReservedDBInstancesOffering(com.amazonaws.services.rds.model.ReservedDBInstance source) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.