public class CacheType
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CacheType.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CacheType(software.amazon.cryptography.materialproviders.model.CacheType.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static CacheType.Builder |
builder() |
DefaultCache |
Default() |
MultiThreadedCache |
MultiThreaded() |
NoCache |
No() |
SingleThreadedCache |
SingleThreaded() |
StormTrackingCache |
StormTracking() |
CacheType.Builder |
toBuilder() |
protected CacheType(software.amazon.cryptography.materialproviders.model.CacheType.BuilderImpl builder)
public DefaultCache Default()
public NoCache No()
public SingleThreadedCache SingleThreaded()
public MultiThreadedCache MultiThreaded()
public StormTrackingCache StormTracking()
public CacheType.Builder toBuilder()
public static CacheType.Builder builder()