Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstance
Packages that use ScheduledInstance
-
Uses of ScheduledInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstanceModifier and TypeMethodDescriptionScheduledInstance.clone()ScheduledInstance.withAvailabilityZone(String availabilityZone) The Availability Zone.ScheduledInstance.withCreateDate(Date createDate) The date when the Scheduled Instance was purchased.ScheduledInstance.withHourlyPrice(String hourlyPrice) The hourly price for a single instance.ScheduledInstance.withInstanceCount(Integer instanceCount) The number of instances.ScheduledInstance.withInstanceType(String instanceType) The instance type.ScheduledInstance.withNetworkPlatform(String networkPlatform) The network platform (EC2-ClassicorEC2-VPC).ScheduledInstance.withNextSlotStartTime(Date nextSlotStartTime) The time for the next schedule to start.ScheduledInstance.withPlatform(String platform) The platform (Linux/UNIXorWindows).ScheduledInstance.withPreviousSlotEndTime(Date previousSlotEndTime) The time that the previous schedule ended or will end.ScheduledInstance.withRecurrence(ScheduledInstanceRecurrence recurrence) The schedule recurrence.ScheduledInstance.withScheduledInstanceId(String scheduledInstanceId) The Scheduled Instance ID.ScheduledInstance.withSlotDurationInHours(Integer slotDurationInHours) The number of hours in the schedule.ScheduledInstance.withTermEndDate(Date termEndDate) The end date for the Scheduled Instance.ScheduledInstance.withTermStartDate(Date termStartDate) The start date for the Scheduled Instance.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 ScheduledInstanceModifier and TypeMethodDescriptionDescribeScheduledInstancesResult.getScheduledInstanceSet()Information about the Scheduled Instances.PurchaseScheduledInstancesResult.getScheduledInstanceSet()Information about the Scheduled Instances.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstanceModifier and TypeMethodDescriptionDescribeScheduledInstancesResult.withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) Information about the Scheduled Instances.PurchaseScheduledInstancesResult.withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) Information about the Scheduled Instances.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ScheduledInstanceModifier and TypeMethodDescriptionvoidDescribeScheduledInstancesResult.setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances.voidPurchaseScheduledInstancesResult.setScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances.DescribeScheduledInstancesResult.withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances.PurchaseScheduledInstancesResult.withScheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) Information about the Scheduled Instances.