| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
DataRetrievalRule |
DataRetrievalRule.clone() |
DataRetrievalRule |
DataRetrievalRule.withBytesPerHour(Long bytesPerHour)
The maximum number of bytes that can be retrieved in an hour.
|
DataRetrievalRule |
DataRetrievalRule.withStrategy(String strategy)
The type of data retrieval policy to set.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataRetrievalRule> |
DataRetrievalPolicy.getRules()
The policy rule.
|
| Modifier and Type | Method and Description |
|---|---|
DataRetrievalPolicy |
DataRetrievalPolicy.withRules(DataRetrievalRule... rules)
The policy rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataRetrievalPolicy.setRules(Collection<DataRetrievalRule> rules)
The policy rule.
|
DataRetrievalPolicy |
DataRetrievalPolicy.withRules(Collection<DataRetrievalRule> rules)
The policy rule.
|
Copyright © 2019. All rights reserved.