Uses of Class
com.oracle.bmc.waas.model.UpdateHttpRedirectDetails
-
Packages that use UpdateHttpRedirectDetails Package Description com.oracle.bmc.waas.model com.oracle.bmc.waas.requests -
-
Uses of UpdateHttpRedirectDetails in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return UpdateHttpRedirectDetails Modifier and Type Method Description UpdateHttpRedirectDetailsUpdateHttpRedirectDetails.Builder. build()Methods in com.oracle.bmc.waas.model with parameters of type UpdateHttpRedirectDetails Modifier and Type Method Description UpdateHttpRedirectDetails.BuilderUpdateHttpRedirectDetails.Builder. copy(UpdateHttpRedirectDetails model) -
Uses of UpdateHttpRedirectDetails in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return UpdateHttpRedirectDetails Modifier and Type Method Description UpdateHttpRedirectDetailsUpdateHttpRedirectRequest. getBody$()Alternative accessor for the body parameter.UpdateHttpRedirectDetailsUpdateHttpRedirectRequest. getUpdateHttpRedirectDetails()The details of the HTTP Redirect to update.Methods in com.oracle.bmc.waas.requests with parameters of type UpdateHttpRedirectDetails Modifier and Type Method Description UpdateHttpRedirectRequest.BuilderUpdateHttpRedirectRequest.Builder. body$(UpdateHttpRedirectDetails body)Alternative setter for the body parameter.UpdateHttpRedirectRequest.BuilderUpdateHttpRedirectRequest.Builder. updateHttpRedirectDetails(UpdateHttpRedirectDetails updateHttpRedirectDetails)The details of the HTTP Redirect to update.
-