| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
ReservedInstance |
ReservedInstance.clone() |
ReservedInstance |
ReservedInstance.withBillingSubscriptionId(Long billingSubscriptionId) |
ReservedInstance |
ReservedInstance.withCurrencyCode(String currencyCode)
The currency code for the reserved OpenSearch instance offering.
|
ReservedInstance |
ReservedInstance.withDuration(Integer duration)
The duration, in seconds, for which the OpenSearch instance is reserved.
|
ReservedInstance |
ReservedInstance.withFixedPrice(Double fixedPrice)
The upfront fixed charge you will paid to purchase the specific reserved OpenSearch instance offering.
|
ReservedInstance |
ReservedInstance.withInstanceCount(Integer instanceCount)
The number of OpenSearch instances that have been reserved.
|
ReservedInstance |
ReservedInstance.withInstanceType(OpenSearchPartitionInstanceType instanceType)
The OpenSearch instance type offered by the reserved instance offering.
|
ReservedInstance |
ReservedInstance.withInstanceType(String instanceType)
The OpenSearch instance type offered by the reserved instance offering.
|
ReservedInstance |
ReservedInstance.withPaymentOption(ReservedInstancePaymentOption paymentOption)
The payment option as defined in the reserved OpenSearch instance offering.
|
ReservedInstance |
ReservedInstance.withPaymentOption(String paymentOption)
The payment option as defined in the reserved OpenSearch instance offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any domains using the instance offering.
|
ReservedInstance |
ReservedInstance.withReservationName(String reservationName)
The customer-specified identifier to track this reservation.
|
ReservedInstance |
ReservedInstance.withReservedInstanceId(String reservedInstanceId)
The unique identifier for the reservation.
|
ReservedInstance |
ReservedInstance.withReservedInstanceOfferingId(String reservedInstanceOfferingId)
The offering identifier.
|
ReservedInstance |
ReservedInstance.withStartTime(Date startTime)
The time the reservation started.
|
ReservedInstance |
ReservedInstance.withState(String state)
The state of the reserved OpenSearch instance.
|
ReservedInstance |
ReservedInstance.withUsagePrice(Double usagePrice)
The rate you are charged for each hour for the domain that is using this reserved instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReservedInstance> |
DescribeReservedInstancesResult.getReservedInstances()
List of reserved OpenSearch instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(ReservedInstance... reservedInstances)
List of reserved OpenSearch instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReservedInstancesResult.setReservedInstances(Collection<ReservedInstance> reservedInstances)
List of reserved OpenSearch instances.
|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(Collection<ReservedInstance> reservedInstances)
List of reserved OpenSearch instances.
|
Copyright © 2022. All rights reserved.