Uses of Enum
com.suse.salt.netapi.calls.Client
Packages that use Client
-
Uses of Client in com.suse.salt.netapi.calls
Subclasses with type arguments of type Client in com.suse.salt.netapi.callsModifier and TypeClassDescriptionenumPossible values for the client parameter in salt netapi calls.Methods in com.suse.salt.netapi.calls that return Client -
Uses of Client in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type ClientModifier and TypeMethodDescription<R> CompletionStage<R> SaltClient.call(Call<?> call, Client client, Optional<Target<?>> target, Map<String, Object> custom, com.google.gson.reflect.TypeToken<R> type, AuthMethod auth)