Uses of Class
com.amazonaws.services.glacier.model.DataRetrievalRule
-
Packages that use DataRetrievalRule Package Description com.amazonaws.services.glacier.model -
-
Uses of DataRetrievalRule in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return DataRetrievalRule Modifier and Type Method 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.Methods in com.amazonaws.services.glacier.model that return types with arguments of type DataRetrievalRule Modifier and Type Method Description List<DataRetrievalRule>
DataRetrievalPolicy. getRules()
The policy rule.Methods in com.amazonaws.services.glacier.model with parameters of type DataRetrievalRule Modifier and Type Method Description DataRetrievalPolicy
DataRetrievalPolicy. withRules(DataRetrievalRule... rules)
The policy rule.Method parameters in com.amazonaws.services.glacier.model with type arguments of type DataRetrievalRule Modifier and Type Method Description void
DataRetrievalPolicy. setRules(Collection<DataRetrievalRule> rules)
The policy rule.DataRetrievalPolicy
DataRetrievalPolicy. withRules(Collection<DataRetrievalRule> rules)
The policy rule.
-