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