Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstance
-
Packages that use ScheduledInstance Package Description com.amazonaws.services.ec2.model -
-
Uses of ScheduledInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstance Modifier and Type Method Description ScheduledInstance
ScheduledInstance. clone()
ScheduledInstance
ScheduledInstance. withAvailabilityZone(String availabilityZone)
The Availability Zone.ScheduledInstance
ScheduledInstance. withCreateDate(Date createDate)
The date when the Scheduled Instance was purchased.ScheduledInstance
ScheduledInstance. withHourlyPrice(String hourlyPrice)
The hourly price for a single instance.ScheduledInstance
ScheduledInstance. withInstanceCount(Integer instanceCount)
The number of instances.ScheduledInstance
ScheduledInstance. withInstanceType(String instanceType)
The instance type.ScheduledInstance
ScheduledInstance. withNetworkPlatform(String networkPlatform)
The network platform (EC2-Classic
orEC2-VPC
).ScheduledInstance
ScheduledInstance. withNextSlotStartTime(Date nextSlotStartTime)
The time for the next schedule to start.ScheduledInstance
ScheduledInstance. withPlatform(String platform)
The platform (Linux/UNIX
orWindows
).ScheduledInstance
ScheduledInstance. withPreviousSlotEndTime(Date previousSlotEndTime)
The time that the previous schedule ended or will end.ScheduledInstance
ScheduledInstance. withRecurrence(ScheduledInstanceRecurrence recurrence)
The schedule recurrence.ScheduledInstance
ScheduledInstance. withScheduledInstanceId(String scheduledInstanceId)
The Scheduled Instance ID.ScheduledInstance
ScheduledInstance. withSlotDurationInHours(Integer slotDurationInHours)
The number of hours in the schedule.ScheduledInstance
ScheduledInstance. withTermEndDate(Date termEndDate)
The end date for the Scheduled Instance.ScheduledInstance
ScheduledInstance. withTermStartDate(Date termStartDate)
The start date for the Scheduled Instance.ScheduledInstance
ScheduledInstance. withTotalScheduledInstanceHours(Integer totalScheduledInstanceHours)
The total number of hours for a single instance for the entire term.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ScheduledInstance Modifier and Type Method Description List<ScheduledInstance>
DescribeScheduledInstancesResult. getScheduledInstanceSet()
Information about the Scheduled Instances.List<ScheduledInstance>
PurchaseScheduledInstancesResult. getScheduledInstanceSet()
Information about the Scheduled Instances.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstance Modifier and Type Method Description DescribeScheduledInstancesResult
DescribeScheduledInstancesResult. withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.PurchaseScheduledInstancesResult
PurchaseScheduledInstancesResult. withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ScheduledInstance Modifier and Type Method Description void
DescribeScheduledInstancesResult. setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.void
PurchaseScheduledInstancesResult. setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.DescribeScheduledInstancesResult
DescribeScheduledInstancesResult. withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.PurchaseScheduledInstancesResult
PurchaseScheduledInstancesResult. withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
-