public abstract static class Bucket.LifeCycle.Rule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Bucket.LifeCycle.Rule.Action |
static class |
Bucket.LifeCycle.Rule.Condition |
Constructor and Description |
---|
Bucket.LifeCycle.Rule() |
Modifier and Type | Method and Description |
---|---|
abstract Bucket.LifeCycle.Rule.Action |
action() |
abstract Bucket.LifeCycle.Rule.Condition |
condition() |
static Bucket.LifeCycle.Rule |
create(Bucket.LifeCycle.Rule.Action action,
Bucket.LifeCycle.Rule.Condition condition) |
public abstract Bucket.LifeCycle.Rule.Action action()
public abstract Bucket.LifeCycle.Rule.Condition condition()
public static Bucket.LifeCycle.Rule create(Bucket.LifeCycle.Rule.Action action, Bucket.LifeCycle.Rule.Condition condition)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.