Uses of Class
com.oracle.bmc.computeinstanceagent.responses.GetInstanceAgentCommandExecutionResponse
-
Packages that use GetInstanceAgentCommandExecutionResponse Package Description com.oracle.bmc.computeinstanceagent com.oracle.bmc.computeinstanceagent.responses -
-
Uses of GetInstanceAgentCommandExecutionResponse in com.oracle.bmc.computeinstanceagent
Methods in com.oracle.bmc.computeinstanceagent that return GetInstanceAgentCommandExecutionResponse Modifier and Type Method Description GetInstanceAgentCommandExecutionResponse
ComputeInstanceAgent. getInstanceAgentCommandExecution(GetInstanceAgentCommandExecutionRequest request)
Gets information about the status of specified instance agent commandId for the given instanceId.GetInstanceAgentCommandExecutionResponse
ComputeInstanceAgentClient. getInstanceAgentCommandExecution(GetInstanceAgentCommandExecutionRequest request)
Method parameters in com.oracle.bmc.computeinstanceagent with type arguments of type GetInstanceAgentCommandExecutionResponse Modifier and Type Method Description Future<GetInstanceAgentCommandExecutionResponse>
ComputeInstanceAgentAsync. getInstanceAgentCommandExecution(GetInstanceAgentCommandExecutionRequest request, AsyncHandler<GetInstanceAgentCommandExecutionRequest,GetInstanceAgentCommandExecutionResponse> handler)
Gets information about the status of specified instance agent commandId for the given instanceId.Future<GetInstanceAgentCommandExecutionResponse>
ComputeInstanceAgentAsyncClient. getInstanceAgentCommandExecution(GetInstanceAgentCommandExecutionRequest request, AsyncHandler<GetInstanceAgentCommandExecutionRequest,GetInstanceAgentCommandExecutionResponse> handler)
-
Uses of GetInstanceAgentCommandExecutionResponse in com.oracle.bmc.computeinstanceagent.responses
Methods in com.oracle.bmc.computeinstanceagent.responses that return GetInstanceAgentCommandExecutionResponse Modifier and Type Method Description GetInstanceAgentCommandExecutionResponse
GetInstanceAgentCommandExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.computeinstanceagent.responses with parameters of type GetInstanceAgentCommandExecutionResponse Modifier and Type Method Description GetInstanceAgentCommandExecutionResponse.Builder
GetInstanceAgentCommandExecutionResponse.Builder. copy(GetInstanceAgentCommandExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-