Uses of Interface
com.liveperson.faas.http.RestClient
-
Packages that use RestClient Package Description com.liveperson.faas.client com.liveperson.faas.csds com.liveperson.faas.http com.liveperson.faas.security -
-
Uses of RestClient in com.liveperson.faas.client
Methods in com.liveperson.faas.client with parameters of type RestClient Modifier and Type Method Description FaaSWebClient.BuilderFaaSWebClient.Builder. withRestClient(RestClient restClient) -
Uses of RestClient in com.liveperson.faas.csds
Constructors in com.liveperson.faas.csds with parameters of type RestClient Constructor Description CsdsWebClient(RestClient restClient, String accountId) -
Uses of RestClient in com.liveperson.faas.http
Classes in com.liveperson.faas.http that implement RestClient Modifier and Type Class Description classDefaultRestClient -
Uses of RestClient in com.liveperson.faas.security
Constructors in com.liveperson.faas.security with parameters of type RestClient Constructor Description JwtBearerGenerator(RestClient restClient, CsdsClient csdsClient, String accountId, String clientId, String clientSecret)JwtSignatureBuilder(RestClient client, CsdsClient csdsClient, String accountId, String clientId, String clientSecret)
-