public interface RemoveSecretCmd extends SyncDockerCmd<Void>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RemoveSecretCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getSecretId() |
RemoveSecretCmd |
withSecretId(String secretId) |
@CheckForNull String getSecretId()
RemoveSecretCmd withSecretId(@Nonnull String secretId)
Void exec() throws NotFoundException
exec in interface SyncDockerCmd<Void>NotFoundException - No such secretCopyright © 2025. All rights reserved.