public class RemoveSecretCmdImpl extends AbstrDockerCmd<RemoveSecretCmd,Void> implements RemoveSecretCmd
RemoveSecretCmd.Execexecution| Constructor and Description |
|---|
RemoveSecretCmdImpl(RemoveSecretCmd.Exec exec,
String secretId) |
| Modifier and Type | Method and Description |
|---|---|
Void |
exec() |
String |
getSecretId() |
RemoveSecretCmd |
withSecretId(String secretId) |
close, registryAuth, toStringpublic RemoveSecretCmdImpl(RemoveSecretCmd.Exec exec, String secretId)
public String getSecretId()
getSecretId in interface RemoveSecretCmdpublic RemoveSecretCmd withSecretId(String secretId)
withSecretId in interface RemoveSecretCmdpublic Void exec() throws NotFoundException
exec in interface RemoveSecretCmdexec in interface SyncDockerCmd<Void>exec in class AbstrDockerCmd<RemoveSecretCmd,Void>NotFoundException - No such secretCopyright © 2025. All rights reserved.