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