Uses of Class
com.ibm.cloud.sdk.core.http.Response
-
Packages that use Response Package Description com.ibm.cloud.sdk.core.http -
-
Uses of Response in com.ibm.cloud.sdk.core.http
Methods in com.ibm.cloud.sdk.core.http that return Response Modifier and Type Method Description Response<T>ServiceCall. execute()Synchronous request.Methods in com.ibm.cloud.sdk.core.http that return types with arguments of type Response Modifier and Type Method Description io.reactivex.Single<Response<T>>ServiceCall. reactiveRequest()Reactive request using the RxJava 2 library.Methods in com.ibm.cloud.sdk.core.http with parameters of type Response Modifier and Type Method Description voidServiceCallback. onResponse(Response<T> response)Called with the response.
-