Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.clone() |
ReservedInstancesConfiguration |
ReservedInstancesModificationResult.getTargetConfiguration()
The target Reserved Instances configurations supplied as part of the modification request.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withAvailabilityZone(String availabilityZone)
The Availability Zone for the modified Reserved Instances.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withInstanceCount(Integer instanceCount)
The number of modified Reserved Instances.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withInstanceType(InstanceType instanceType)
The instance type for the modified Reserved Instances.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withInstanceType(String instanceType)
The instance type for the modified Reserved Instances.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withPlatform(String platform)
The network platform of the modified Reserved Instances.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withScope(String scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedInstancesConfiguration> |
ModifyReservedInstancesRequest.getTargetConfigurations()
The configuration settings for the Reserved Instances to modify.
|
Modifier and Type | Method and Description |
---|---|
void |
ReservedInstancesModificationResult.setTargetConfiguration(ReservedInstancesConfiguration targetConfiguration)
The target Reserved Instances configurations supplied as part of the modification request.
|
ReservedInstancesModificationResult |
ReservedInstancesModificationResult.withTargetConfiguration(ReservedInstancesConfiguration targetConfiguration)
The target Reserved Instances configurations supplied as part of the modification request.
|
ModifyReservedInstancesRequest |
ModifyReservedInstancesRequest.withTargetConfigurations(ReservedInstancesConfiguration... targetConfigurations)
The configuration settings for the Reserved Instances to modify.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyReservedInstancesRequest.setTargetConfigurations(Collection<ReservedInstancesConfiguration> targetConfigurations)
The configuration settings for the Reserved Instances to modify.
|
ModifyReservedInstancesRequest |
ModifyReservedInstancesRequest.withTargetConfigurations(Collection<ReservedInstancesConfiguration> targetConfigurations)
The configuration settings for the Reserved Instances to modify.
|
Copyright © 2024. All rights reserved.