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 ScheduledInstanceScheduledInstance. clone()ScheduledInstanceScheduledInstance. withAvailabilityZone(String availabilityZone)The Availability Zone.ScheduledInstanceScheduledInstance. withCreateDate(Date createDate)The date when the Scheduled Instance was purchased.ScheduledInstanceScheduledInstance. withHourlyPrice(String hourlyPrice)The hourly price for a single instance.ScheduledInstanceScheduledInstance. withInstanceCount(Integer instanceCount)The number of instances.ScheduledInstanceScheduledInstance. withInstanceType(String instanceType)The instance type.ScheduledInstanceScheduledInstance. withNetworkPlatform(String networkPlatform)The network platform (EC2-ClassicorEC2-VPC).ScheduledInstanceScheduledInstance. withNextSlotStartTime(Date nextSlotStartTime)The time for the next schedule to start.ScheduledInstanceScheduledInstance. withPlatform(String platform)The platform (Linux/UNIXorWindows).ScheduledInstanceScheduledInstance. withPreviousSlotEndTime(Date previousSlotEndTime)The time that the previous schedule ended or will end.ScheduledInstanceScheduledInstance. withRecurrence(ScheduledInstanceRecurrence recurrence)The schedule recurrence.ScheduledInstanceScheduledInstance. withScheduledInstanceId(String scheduledInstanceId)The Scheduled Instance ID.ScheduledInstanceScheduledInstance. withSlotDurationInHours(Integer slotDurationInHours)The number of hours in the schedule.ScheduledInstanceScheduledInstance. withTermEndDate(Date termEndDate)The end date for the Scheduled Instance.ScheduledInstanceScheduledInstance. withTermStartDate(Date termStartDate)The start date for the Scheduled Instance.ScheduledInstanceScheduledInstance. 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 DescribeScheduledInstancesResultDescribeScheduledInstancesResult. withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)Information about the Scheduled Instances.PurchaseScheduledInstancesResultPurchaseScheduledInstancesResult. 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 voidDescribeScheduledInstancesResult. setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)Information about the Scheduled Instances.voidPurchaseScheduledInstancesResult. setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)Information about the Scheduled Instances.DescribeScheduledInstancesResultDescribeScheduledInstancesResult. withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)Information about the Scheduled Instances.PurchaseScheduledInstancesResultPurchaseScheduledInstancesResult. withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)Information about the Scheduled Instances.
-