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 TimeRangeTimeRange. clone()TimeRangeListDeploymentsRequest. getCreateTimeRange()A time range (start and end) for returning a subset of the list of deployments.TimeRangeTimeRange. withEnd(Date end)The end time of the time range.TimeRangeTimeRange. 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 voidListDeploymentsRequest. setCreateTimeRange(TimeRange createTimeRange)A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequestListDeploymentsRequest. withCreateTimeRange(TimeRange createTimeRange)A time range (start and end) for returning a subset of the list of deployments.
-