Interface InvokeServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InvokeServiceAsync.WithRawResponseA view of InvokeServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract InvokeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
invokeAdHoc
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeAdHoc(InvokeInvokeAdHocParams params)
Returns a raw HTTP response for
post /automations/invoke, but is otherwise the same as InvokeServiceAsync.invokeAdHoc.
-
invokeAdHoc
abstract CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeAdHoc(InvokeInvokeAdHocParams params, RequestOptions requestOptions)
-
invokeByTemplate
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeByTemplate(String templateId, InvokeInvokeByTemplateParams params)
Returns a raw HTTP response for
post /automations/{templateId}/invoke, but is otherwise the same as InvokeServiceAsync.invokeByTemplate.
-
invokeByTemplate
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeByTemplate(String templateId, InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
invokeByTemplate
CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeByTemplate(InvokeInvokeByTemplateParams params)
-
invokeByTemplate
abstract CompletableFuture<HttpResponseFor<AutomationInvokeResponse>> invokeByTemplate(InvokeInvokeByTemplateParams params, RequestOptions requestOptions)
-
-
-
-