Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecution
-
Packages that use InstanceAgentCommandExecution Package Description com.oracle.bmc.computeinstanceagent.model com.oracle.bmc.computeinstanceagent.responses -
-
Uses of InstanceAgentCommandExecution in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandExecution Modifier and Type Method Description InstanceAgentCommandExecution
InstanceAgentCommandExecution.Builder. build()
Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecution Modifier and Type Method Description InstanceAgentCommandExecution.Builder
InstanceAgentCommandExecution.Builder. copy(InstanceAgentCommandExecution model)
-
Uses of InstanceAgentCommandExecution in com.oracle.bmc.computeinstanceagent.responses
Methods in com.oracle.bmc.computeinstanceagent.responses that return InstanceAgentCommandExecution Modifier and Type Method Description InstanceAgentCommandExecution
GetInstanceAgentCommandExecutionResponse. getInstanceAgentCommandExecution()
The returned InstanceAgentCommandExecution instance.Methods in com.oracle.bmc.computeinstanceagent.responses with parameters of type InstanceAgentCommandExecution Modifier and Type Method Description GetInstanceAgentCommandExecutionResponse.Builder
GetInstanceAgentCommandExecutionResponse.Builder. instanceAgentCommandExecution(InstanceAgentCommandExecution instanceAgentCommandExecution)
The returned InstanceAgentCommandExecution instance.
-