Uses of Class
com.oracle.bmc.waas.requests.UpdateHttpRedirectRequest
-
Packages that use UpdateHttpRedirectRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of UpdateHttpRedirectRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type UpdateHttpRedirectRequest Modifier and Type Method Description UpdateHttpRedirectResponse
Redirect. updateHttpRedirect(UpdateHttpRedirectRequest request)
Updates the details of a HTTP Redirect, including target and tags.Future<UpdateHttpRedirectResponse>
RedirectAsync. updateHttpRedirect(UpdateHttpRedirectRequest request, AsyncHandler<UpdateHttpRedirectRequest,UpdateHttpRedirectResponse> handler)
Updates the details of a HTTP Redirect, including target and tags.Future<UpdateHttpRedirectResponse>
RedirectAsyncClient. updateHttpRedirect(UpdateHttpRedirectRequest request, AsyncHandler<UpdateHttpRedirectRequest,UpdateHttpRedirectResponse> handler)
UpdateHttpRedirectResponse
RedirectClient. updateHttpRedirect(UpdateHttpRedirectRequest request)
Method parameters in com.oracle.bmc.waas with type arguments of type UpdateHttpRedirectRequest Modifier and Type Method Description Future<UpdateHttpRedirectResponse>
RedirectAsync. updateHttpRedirect(UpdateHttpRedirectRequest request, AsyncHandler<UpdateHttpRedirectRequest,UpdateHttpRedirectResponse> handler)
Updates the details of a HTTP Redirect, including target and tags.Future<UpdateHttpRedirectResponse>
RedirectAsyncClient. updateHttpRedirect(UpdateHttpRedirectRequest request, AsyncHandler<UpdateHttpRedirectRequest,UpdateHttpRedirectResponse> handler)
-
Uses of UpdateHttpRedirectRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateHttpRedirectRequest Modifier and Type Method Description UpdateHttpRedirectRequest
UpdateHttpRedirectRequest.Builder. build()
Build the instance of UpdateHttpRedirectRequest as configured by this builderUpdateHttpRedirectRequest
UpdateHttpRedirectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateHttpRedirectRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type UpdateHttpRedirectRequest Modifier and Type Method Description UpdateHttpRedirectRequest.Builder
UpdateHttpRedirectRequest.Builder. copy(UpdateHttpRedirectRequest o)
Copy method to populate the builder with values from the given instance.
-