Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SlotStartTimeRangeRequest |
DescribeScheduledInstancesRequest.slotStartTimeRange
The time period for the first schedule to start.
|
Modifier and Type | Method and Description |
---|---|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.clone() |
SlotStartTimeRangeRequest |
DescribeScheduledInstancesRequest.getSlotStartTimeRange()
The time period for the first schedule to start.
|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.withEarliestTime(java.util.Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequest.withLatestTime(java.util.Date latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScheduledInstancesRequest.setSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
|
DescribeScheduledInstancesRequest |
DescribeScheduledInstancesRequest.withSlotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
|
Modifier and Type | Method and Description |
---|---|
SlotStartTimeRangeRequest |
SlotStartTimeRangeRequestStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |