Uses of Class
com.oracle.bmc.computeinstanceagent.responses.CreateInstanceAgentCommandResponse
-
Packages that use CreateInstanceAgentCommandResponse Package Description com.oracle.bmc.computeinstanceagent com.oracle.bmc.computeinstanceagent.responses -
-
Uses of CreateInstanceAgentCommandResponse in com.oracle.bmc.computeinstanceagent
Methods in com.oracle.bmc.computeinstanceagent that return CreateInstanceAgentCommandResponse Modifier and Type Method Description CreateInstanceAgentCommandResponse
ComputeInstanceAgent. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request)
Creates a command or script to run on a compute instance that is managed by Oracle Cloud Agent.CreateInstanceAgentCommandResponse
ComputeInstanceAgentClient. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request)
Methods in com.oracle.bmc.computeinstanceagent that return types with arguments of type CreateInstanceAgentCommandResponse Modifier and Type Method Description Future<CreateInstanceAgentCommandResponse>
ComputeInstanceAgentAsync. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request, AsyncHandler<CreateInstanceAgentCommandRequest,CreateInstanceAgentCommandResponse> handler)
Creates a command or script to run on a compute instance that is managed by Oracle Cloud Agent.Future<CreateInstanceAgentCommandResponse>
ComputeInstanceAgentAsyncClient. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request, AsyncHandler<CreateInstanceAgentCommandRequest,CreateInstanceAgentCommandResponse> handler)
Method parameters in com.oracle.bmc.computeinstanceagent with type arguments of type CreateInstanceAgentCommandResponse Modifier and Type Method Description Future<CreateInstanceAgentCommandResponse>
ComputeInstanceAgentAsync. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request, AsyncHandler<CreateInstanceAgentCommandRequest,CreateInstanceAgentCommandResponse> handler)
Creates a command or script to run on a compute instance that is managed by Oracle Cloud Agent.Future<CreateInstanceAgentCommandResponse>
ComputeInstanceAgentAsyncClient. createInstanceAgentCommand(CreateInstanceAgentCommandRequest request, AsyncHandler<CreateInstanceAgentCommandRequest,CreateInstanceAgentCommandResponse> handler)
-
Uses of CreateInstanceAgentCommandResponse in com.oracle.bmc.computeinstanceagent.responses
Methods in com.oracle.bmc.computeinstanceagent.responses that return CreateInstanceAgentCommandResponse Modifier and Type Method Description CreateInstanceAgentCommandResponse
CreateInstanceAgentCommandResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.computeinstanceagent.responses with parameters of type CreateInstanceAgentCommandResponse Modifier and Type Method Description CreateInstanceAgentCommandResponse.Builder
CreateInstanceAgentCommandResponse.Builder. copy(CreateInstanceAgentCommandResponse o)
Copy method to populate the builder with values from the given instance.
-