Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateProfileDetails
-
Packages that use UpdateProfileDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateProfileDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateProfileDetails Modifier and Type Method Description UpdateProfileDetails
UpdateProfileDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateProfileDetails Modifier and Type Method Description UpdateProfileDetails.Builder
UpdateProfileDetails.Builder. copy(UpdateProfileDetails model)
-
Uses of UpdateProfileDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateProfileDetails Modifier and Type Method Description UpdateProfileDetails
UpdateProfileRequest. getBody$()
Alternative accessor for the body parameter.UpdateProfileDetails
UpdateProfileRequest. getUpdateProfileDetails()
The information to be updated.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateProfileDetails Modifier and Type Method Description UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. body$(UpdateProfileDetails body)
Alternative setter for the body parameter.UpdateProfileRequest.Builder
UpdateProfileRequest.Builder. updateProfileDetails(UpdateProfileDetails updateProfileDetails)
The information to be updated.
-