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 UpdateHttpRedirectDetails
UpdateHttpRedirectDetails.Builder. build()
Methods in com.oracle.bmc.waas.model with parameters of type UpdateHttpRedirectDetails Modifier and Type Method Description UpdateHttpRedirectDetails.Builder
UpdateHttpRedirectDetails.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 UpdateHttpRedirectDetails
UpdateHttpRedirectRequest. getBody$()
Alternative accessor for the body parameter.UpdateHttpRedirectDetails
UpdateHttpRedirectRequest. 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.Builder
UpdateHttpRedirectRequest.Builder. body$(UpdateHttpRedirectDetails body)
Alternative setter for the body parameter.UpdateHttpRedirectRequest.Builder
UpdateHttpRedirectRequest.Builder. updateHttpRedirectDetails(UpdateHttpRedirectDetails updateHttpRedirectDetails)
The details of the HTTP Redirect to update.
-