Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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 or EC2-VPC ). |
ScheduledInstance |
ScheduledInstance.withNextSlotStartTime(Date nextSlotStartTime)
The time for the next schedule to start.
|
ScheduledInstance |
ScheduledInstance.withPlatform(String platform)
The platform (
Linux/UNIX or Windows ). |
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.
|
Modifier and Type | Method and Description |
---|---|
List<ScheduledInstance> |
DescribeScheduledInstancesResult.getScheduledInstanceSet()
Information about the Scheduled Instances.
|
List<ScheduledInstance> |
PurchaseScheduledInstancesResult.getScheduledInstanceSet()
Information about the Scheduled Instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeScheduledInstancesResult |
DescribeScheduledInstancesResult.withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
|
PurchaseScheduledInstancesResult |
PurchaseScheduledInstancesResult.withScheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.