| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model | |
| com.amazonaws.services.codedeploy.model.transform |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
TimeRangeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeRangeMarshaller.marshall(TimeRange timeRange,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.