Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
ReservedInstance |
ReservedInstance.clone() |
ReservedInstance |
ReservedInstance.withBillingSubscriptionId(Long billingSubscriptionId)
The unique identifier of the billing subscription.
|
ReservedInstance |
ReservedInstance.withCurrencyCode(String currencyCode)
The currency code for the 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 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 theReserved Instance offering.
|
ReservedInstance |
ReservedInstance.withInstanceType(String instanceType)
The OpenSearch instance type offered by theReserved Instance offering.
|
ReservedInstance |
ReservedInstance.withPaymentOption(ReservedInstancePaymentOption paymentOption)
The payment option as defined in the Reserved Instance offering.
|
ReservedInstance |
ReservedInstance.withPaymentOption(String paymentOption)
The payment option as defined in the Reserved Instance offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge to your account, regardless of whether you create any domains using the Reserved Instance
offering.
|
ReservedInstance |
ReservedInstance.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring charge to your account, regardless of whether you create any domains using the Reserved 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 unique identifier of the Reserved Instance offering.
|
ReservedInstance |
ReservedInstance.withStartTime(Date startTime)
The date and time when the reservation was purchased.
|
ReservedInstance |
ReservedInstance.withState(String state)
The state of the Reserved Instance.
|
ReservedInstance |
ReservedInstance.withUsagePrice(Double usagePrice)
The hourly rate at which you're charged for the domain using this Reserved Instance.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedInstance> |
DescribeReservedInstancesResult.getReservedInstances()
List of Reserved Instances in the current Region.
|
Modifier and Type | Method and Description |
---|---|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(ReservedInstance... reservedInstances)
List of Reserved Instances in the current Region.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedInstancesResult.setReservedInstances(Collection<ReservedInstance> reservedInstances)
List of Reserved Instances in the current Region.
|
DescribeReservedInstancesResult |
DescribeReservedInstancesResult.withReservedInstances(Collection<ReservedInstance> reservedInstances)
List of Reserved Instances in the current Region.
|
Copyright © 2023. All rights reserved.