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