Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.