Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
TimeRange |
TimeRange.clone() |
TimeRange |
ListDeploymentsRequest.getCreateTimeRange()
A deployment creation start- and end-time range for returning a subset
of the list of deployments.
|
TimeRange |
TimeRange.withEnd(Date end)
The time range's end time.
|
TimeRange |
TimeRange.withStart(Date start)
The time range's start time.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDeploymentsRequest.setCreateTimeRange(TimeRange createTimeRange)
A deployment creation start- and end-time range for returning a subset
of the list of deployments.
|
ListDeploymentsRequest |
ListDeploymentsRequest.withCreateTimeRange(TimeRange createTimeRange)
A deployment creation start- and end-time range for returning a subset
of the list of deployments.
|
Copyright © 2015. All rights reserved.