| Package | Description |
|---|---|
| com.suse.salt.netapi.calls | |
| com.suse.salt.netapi.client |
| Modifier and Type | Method and Description |
|---|---|
static Client |
Client.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Client[] |
Client.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<R> java.util.concurrent.CompletionStage<R> |
SaltClient.call(Call<?> call,
Client client,
java.util.Optional<Target<?>> target,
java.util.Map<java.lang.String,java.lang.Object> custom,
com.google.gson.reflect.TypeToken<R> type,
AuthMethod auth) |