Uses of Class
com.amazonaws.services.codedeploy.model.TimeRange
-
Packages that use TimeRange Package Description com.amazonaws.services.codedeploy.model -
-
Uses of TimeRange in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TimeRange Modifier and Type Method Description TimeRange
TimeRange. clone()
TimeRange
ListDeploymentsRequest. getCreateTimeRange()
A time range (start and end) for returning a subset of the list of deployments.TimeRange
TimeRange. withEnd(Date end)
The end time of the time range.TimeRange
TimeRange. withStart(Date start)
The start time of the time range.Methods in com.amazonaws.services.codedeploy.model with parameters of type TimeRange Modifier and Type Method Description void
ListDeploymentsRequest. setCreateTimeRange(TimeRange createTimeRange)
A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequest
ListDeploymentsRequest. withCreateTimeRange(TimeRange createTimeRange)
A time range (start and end) for returning a subset of the list of deployments.
-