Uses of Class
com.suse.salt.netapi.calls.Client
-
Packages that use Client Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.client -
-
Uses of Client in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls that return Client Modifier and Type Method Description static Client
Client. valueOf(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. -
Uses of Client in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type Client Modifier and Type Method Description <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)
-