Constructor and Description |
---|
Key.DeletedKeyBundle() |
Modifier and Type | Method and Description |
---|---|
abstract Key.KeyAttributes |
attributes() |
static Key.DeletedKeyBundle |
create(Key.KeyAttributes attributes,
String deletedDate,
Key.JsonWebKey key,
boolean managed,
String recoveryId,
String scheduledPurgeDate,
Map<String,String> tags) |
abstract String |
deletedDate() |
abstract Key.JsonWebKey |
key() |
abstract Boolean |
managed() |
abstract String |
recoveryId() |
abstract String |
scheduledPurgeDate() |
abstract Map<String,String> |
tags() |
@Nullable public abstract Key.KeyAttributes attributes()
@Nullable public abstract Key.JsonWebKey key()
public static Key.DeletedKeyBundle create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.