| AbstractCall<R> | Abstract class for all function calls in salt. | 
| Data<R> | Data field of a WheelResult. | 
| LocalAsyncResult<R> | Result of calling a execution module function asynchronously. | 
| LocalCall<R> | Class representing a function call of a salt execution module. | 
| RunnerAsyncResult<R> | Result of calling a runner module function asynchronously. | 
| RunnerCall<R> | Class representing a function call of a salt runner module. | 
| SaltSSHConfig | Salt SSH configuration with a builder class. | 
| SaltSSHConfig.Builder | Builder class to create configurations for Salt SSH. | 
| SaltSSHUtils | Salt SSH utility class with shared methods. | 
| ScheduledJob<R> | Common class representing a scheduled job. | 
| WheelAsyncResult<R> | Result of calling a wheel module function asynchronously. | 
| WheelCall<R> | Class representing a function call of a salt wheel module. | 
| WheelResult<R> | Wrapper around the wheel functions return type. |