Uses of Class
com.oracle.bmc.wlms.model.UpdateWlsDomainDetails
-
Packages that use UpdateWlsDomainDetails Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.requests -
-
Uses of UpdateWlsDomainDetails in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return UpdateWlsDomainDetails Modifier and Type Method Description UpdateWlsDomainDetails
UpdateWlsDomainDetails.Builder. build()
Methods in com.oracle.bmc.wlms.model with parameters of type UpdateWlsDomainDetails Modifier and Type Method Description UpdateWlsDomainDetails.Builder
UpdateWlsDomainDetails.Builder. copy(UpdateWlsDomainDetails model)
-
Uses of UpdateWlsDomainDetails in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return UpdateWlsDomainDetails Modifier and Type Method Description UpdateWlsDomainDetails
UpdateWlsDomainRequest. getBody$()
Alternative accessor for the body parameter.UpdateWlsDomainDetails
UpdateWlsDomainRequest. getUpdateWlsDomainDetails()
The new details required to update the WebLogic domain.Methods in com.oracle.bmc.wlms.requests with parameters of type UpdateWlsDomainDetails Modifier and Type Method Description UpdateWlsDomainRequest.Builder
UpdateWlsDomainRequest.Builder. body$(UpdateWlsDomainDetails body)
Alternative setter for the body parameter.UpdateWlsDomainRequest.Builder
UpdateWlsDomainRequest.Builder. updateWlsDomainDetails(UpdateWlsDomainDetails updateWlsDomainDetails)
The new details required to update the WebLogic domain.
-