| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ReservedNode |
ReservedNode.clone() |
ReservedNode |
PurchaseReservedNodesOfferingResult.getReservedNode()
Represents the output of a
PurchaseReservedNodesOffering operation. |
ReservedNode |
ReservedNode.withARN(String aRN)
The Amazon Resource Name (ARN) of the reserved node.
|
ReservedNode |
ReservedNode.withDuration(Integer duration)
The duration of the reservation in seconds.
|
ReservedNode |
ReservedNode.withFixedPrice(Double fixedPrice)
The fixed price charged for this reserved node.
|
ReservedNode |
ReservedNode.withNodeCount(Integer nodeCount)
The number of nodes that have been reserved.
|
ReservedNode |
ReservedNode.withNodeType(String nodeType)
The node type for the reserved nodes.
|
ReservedNode |
ReservedNode.withOfferingType(String offeringType)
The offering type of this reserved node.
|
ReservedNode |
ReservedNode.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring price charged to run this reserved node.
|
ReservedNode |
ReservedNode.withRecurringCharges(RecurringCharge... recurringCharges)
The recurring price charged to run this reserved node.
|
ReservedNode |
ReservedNode.withReservationId(String reservationId)
A customer-specified identifier to track this reservation.
|
ReservedNode |
ReservedNode.withReservedNodesOfferingId(String reservedNodesOfferingId)
The ID of the reserved node offering to purchase.
|
ReservedNode |
ReservedNode.withStartTime(Date startTime)
The time the reservation started.
|
ReservedNode |
ReservedNode.withState(String state)
The state of the reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReservedNode> |
DescribeReservedNodesResult.getReservedNodes()
Returns information about reserved nodes for this account, or about a specified reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseReservedNodesOfferingResult.setReservedNode(ReservedNode reservedNode)
Represents the output of a
PurchaseReservedNodesOffering operation. |
PurchaseReservedNodesOfferingResult |
PurchaseReservedNodesOfferingResult.withReservedNode(ReservedNode reservedNode)
Represents the output of a
PurchaseReservedNodesOffering operation. |
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(ReservedNode... reservedNodes)
Returns information about reserved nodes for this account, or about a specified reserved node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReservedNodesResult.setReservedNodes(Collection<ReservedNode> reservedNodes)
Returns information about reserved nodes for this account, or about a specified reserved node.
|
DescribeReservedNodesResult |
DescribeReservedNodesResult.withReservedNodes(Collection<ReservedNode> reservedNodes)
Returns information about reserved nodes for this account, or about a specified reserved node.
|
Copyright © 2025. All rights reserved.