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