Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DataRetrievalRule> |
DataRetrievalPolicy.rules
The policy rule.
|
Modifier and Type | Method and Description |
---|---|
DataRetrievalRule |
DataRetrievalRule.clone() |
DataRetrievalRule |
DataRetrievalRule.withBytesPerHour(java.lang.Long bytesPerHour)
The maximum number of bytes that can be retrieved in an hour.
|
DataRetrievalRule |
DataRetrievalRule.withStrategy(java.lang.String strategy)
The type of data retrieval policy to set.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DataRetrievalRule> rules)
The policy rule.
|
DataRetrievalPolicy |
DataRetrievalPolicy.withRules(java.util.Collection<DataRetrievalRule> rules)
The policy rule.
|
Modifier and Type | Method and Description |
---|---|
DataRetrievalRule |
DataRetrievalRuleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DataRetrievalRuleJsonMarshaller.marshall(DataRetrievalRule dataRetrievalRule,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|