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