public abstract class Secret extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Secret.DeletedSecretBundle |
static class |
Secret.SecretAttributes |
static class |
Secret.SecretBundle |
Modifier and Type | Method and Description |
---|---|
abstract Secret.SecretAttributes |
attributes() |
abstract String |
contentType() |
static Secret |
create(Secret.SecretAttributes attributes,
String contentType,
String id,
Boolean managed,
Map<String,String> tags) |
abstract String |
id() |
abstract Boolean |
managed() |
abstract Map<String,String> |
tags() |
@Nullable public abstract Secret.SecretAttributes attributes()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.