Uses of Class
software.amazon.awssdk.services.ec2.model.ReservedInstancesId
-
Packages that use ReservedInstancesId Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ReservedInstancesId in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReservedInstancesId Modifier and Type Method Description List<ReservedInstancesId>ReservedInstancesModification. reservedInstancesIds()The IDs of one or more Reserved Instances.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ReservedInstancesId Modifier and Type Method Description ReservedInstancesModification.BuilderReservedInstancesModification.Builder. reservedInstancesIds(ReservedInstancesId... reservedInstancesIds)The IDs of one or more Reserved Instances.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ReservedInstancesId Modifier and Type Method Description ReservedInstancesModification.BuilderReservedInstancesModification.Builder. reservedInstancesIds(Collection<ReservedInstancesId> reservedInstancesIds)The IDs of one or more Reserved Instances.
-