| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<RecurringCharge> |
ReservedInstancesOffering.recurringCharges()
The recurring charge tag assigned to the resource.
|
List<RecurringCharge> |
ReservedInstances.recurringCharges()
The recurring charge tag assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.recurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstances.Builder |
ReservedInstances.Builder.recurringCharges(RecurringCharge... recurringCharges)
The recurring charge tag assigned to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
ReservedInstances.Builder |
ReservedInstances.Builder.recurringCharges(Collection<RecurringCharge> recurringCharges)
The recurring charge tag assigned to the resource.
|
Copyright © 2019. All rights reserved.