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