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