Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.