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