Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SlotDateTimeRangeRequest |
DescribeScheduledInstanceAvailabilityRequest.firstSlotStartTimeRange
The time period for the first schedule to start.
|
Modifier and Type | Method and Description |
---|---|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.clone() |
SlotDateTimeRangeRequest |
DescribeScheduledInstanceAvailabilityRequest.getFirstSlotStartTimeRange()
The time period for the first schedule to start.
|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.withEarliestTime(java.util.Date earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequest.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 |
DescribeScheduledInstanceAvailabilityRequest.setFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)
The time period for the first schedule to start.
|
DescribeScheduledInstanceAvailabilityRequest |
DescribeScheduledInstanceAvailabilityRequest.withFirstSlotStartTimeRange(SlotDateTimeRangeRequest firstSlotStartTimeRange)
The time period for the first schedule to start.
|
Modifier and Type | Method and Description |
---|---|
SlotDateTimeRangeRequest |
SlotDateTimeRangeRequestStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |