Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandContent
-
Packages that use InstanceAgentCommandContent Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentCommandContent in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandContent Modifier and Type Method Description InstanceAgentCommandContent
InstanceAgentCommandContent.Builder. build()
InstanceAgentCommandContent
CreateInstanceAgentCommandDetails. getContent()
The contents of the command.InstanceAgentCommandContent
InstanceAgentCommand. getContent()
The contents of the command.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandContent Modifier and Type Method Description CreateInstanceAgentCommandDetails.Builder
CreateInstanceAgentCommandDetails.Builder. content(InstanceAgentCommandContent content)
The contents of the command.InstanceAgentCommand.Builder
InstanceAgentCommand.Builder. content(InstanceAgentCommandContent content)
The contents of the command.InstanceAgentCommandContent.Builder
InstanceAgentCommandContent.Builder. copy(InstanceAgentCommandContent model)
Constructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandContent Constructor Description CreateInstanceAgentCommandDetails(String compartmentId, Integer executionTimeOutInSeconds, String displayName, InstanceAgentCommandTarget target, InstanceAgentCommandContent content)
Deprecated.InstanceAgentCommand(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, Boolean isCanceled, Integer executionTimeOutInSeconds, InstanceAgentCommandTarget target, InstanceAgentCommandContent content)
Deprecated.
-