public abstract static class Certificate.DeletedCertificateBundle extends Object
Constructor and Description |
---|
Certificate.DeletedCertificateBundle() |
Modifier and Type | Method and Description |
---|---|
abstract Certificate.CertificateAttributes |
attributes() |
abstract String |
bytes() |
static Certificate.DeletedCertificateBundle |
create(Certificate.CertificateAttributes attributes,
String bytes,
Integer deletedDate,
String id,
String keyId,
String recoveryId,
Integer scheduledPurgeDate,
String secretId,
Map<String,String> tags,
String thumbprint) |
abstract Integer |
deletedDate() |
abstract String |
id() |
abstract String |
keyId() |
abstract String |
recoveryId() |
abstract Integer |
scheduledPurgeDate() |
abstract String |
secredId() |
abstract Map<String,String> |
tags() |
abstract String |
thumbprint() |
public Certificate.DeletedCertificateBundle()
@Nullable public abstract Certificate.CertificateAttributes attributes()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.