Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private TimeRange |
ListDeploymentsRequest.createTimeRange
A time range (start and end) for returning a subset of the list of
deployments.
|
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(java.util.Date end)
The end time of the time range.
|
TimeRange |
TimeRange.withStart(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
TimeRange |
TimeRangeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimeRangeJsonMarshaller.marshall(TimeRange timeRange,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|