public class PutCacheEntryInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutCacheEntryInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
PutCacheEntryInput(software.amazon.cryptography.materialproviders.model.PutCacheEntryInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static PutCacheEntryInput.Builder |
builder() |
int |
bytesUsed() |
long |
creationTime() |
long |
expiryTime() |
java.nio.ByteBuffer |
identifier() |
Materials |
materials() |
int |
messagesUsed() |
PutCacheEntryInput.Builder |
toBuilder() |
protected PutCacheEntryInput(software.amazon.cryptography.materialproviders.model.PutCacheEntryInput.BuilderImpl builder)
public java.nio.ByteBuffer identifier()
public Materials materials()
public long creationTime()
public long expiryTime()
public int messagesUsed()
public int bytesUsed()
public PutCacheEntryInput.Builder toBuilder()
public static PutCacheEntryInput.Builder builder()