Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReservedInstancesModificationResult |
ReservedInstancesModificationResult.clone() |
ReservedInstancesModificationResult |
ReservedInstancesModificationResult.withReservedInstancesId(String reservedInstancesId)
The ID for the Reserved Instances that were created as part of the modification request.
|
ReservedInstancesModificationResult |
ReservedInstancesModificationResult.withTargetConfiguration(ReservedInstancesConfiguration targetConfiguration)
The target Reserved Instances configurations supplied as part of the modification request.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedInstancesModificationResult> |
ReservedInstancesModification.getModificationResults()
Contains target configurations along with their corresponding new Reserved Instance IDs.
|
Modifier and Type | Method and Description |
---|---|
ReservedInstancesModification |
ReservedInstancesModification.withModificationResults(ReservedInstancesModificationResult... modificationResults)
Contains target configurations along with their corresponding new Reserved Instance IDs.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstancesModification.setModificationResults(Collection<ReservedInstancesModificationResult> modificationResults)
Contains target configurations along with their corresponding new Reserved Instance IDs.
|
ReservedInstancesModification |
ReservedInstancesModification.withModificationResults(Collection<ReservedInstancesModificationResult> modificationResults)
Contains target configurations along with their corresponding new Reserved Instance IDs.
|
Copyright © 2021. All rights reserved.