Uses of Class
com.amazonaws.services.codedeploy.model.TimeRange
Packages that use TimeRange
-
Uses of TimeRange in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TimeRangeModifier and TypeMethodDescriptionTimeRange.clone()ListDeploymentsRequest.getCreateTimeRange()A time range (start and end) for returning a subset of the list of deployments.The end time of the time range.The start time of the time range.Methods in com.amazonaws.services.codedeploy.model with parameters of type TimeRangeModifier and TypeMethodDescriptionvoidListDeploymentsRequest.setCreateTimeRange(TimeRange createTimeRange) A time range (start and end) for returning a subset of the list of deployments.ListDeploymentsRequest.withCreateTimeRange(TimeRange createTimeRange) A time range (start and end) for returning a subset of the list of deployments.