Uses of Class
com.oracle.bmc.core.responses.CaptureConsoleHistoryResponse
-
Packages that use CaptureConsoleHistoryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of CaptureConsoleHistoryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return CaptureConsoleHistoryResponse Modifier and Type Method Description CaptureConsoleHistoryResponseCompute. captureConsoleHistory(CaptureConsoleHistoryRequest request)Captures the most recent serial console data (up to a megabyte) for the specified instance.CaptureConsoleHistoryResponseComputeClient. captureConsoleHistory(CaptureConsoleHistoryRequest request)Methods in com.oracle.bmc.core that return types with arguments of type CaptureConsoleHistoryResponse Modifier and Type Method Description Future<CaptureConsoleHistoryResponse>ComputeAsync. captureConsoleHistory(CaptureConsoleHistoryRequest request, AsyncHandler<CaptureConsoleHistoryRequest,CaptureConsoleHistoryResponse> handler)Captures the most recent serial console data (up to a megabyte) for the specified instance.Future<CaptureConsoleHistoryResponse>ComputeAsyncClient. captureConsoleHistory(CaptureConsoleHistoryRequest request, AsyncHandler<CaptureConsoleHistoryRequest,CaptureConsoleHistoryResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type CaptureConsoleHistoryResponse Modifier and Type Method Description Future<CaptureConsoleHistoryResponse>ComputeAsync. captureConsoleHistory(CaptureConsoleHistoryRequest request, AsyncHandler<CaptureConsoleHistoryRequest,CaptureConsoleHistoryResponse> handler)Captures the most recent serial console data (up to a megabyte) for the specified instance.Future<CaptureConsoleHistoryResponse>ComputeAsyncClient. captureConsoleHistory(CaptureConsoleHistoryRequest request, AsyncHandler<CaptureConsoleHistoryRequest,CaptureConsoleHistoryResponse> handler) -
Uses of CaptureConsoleHistoryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return CaptureConsoleHistoryResponse Modifier and Type Method Description CaptureConsoleHistoryResponseCaptureConsoleHistoryResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type CaptureConsoleHistoryResponse Modifier and Type Method Description CaptureConsoleHistoryResponse.BuilderCaptureConsoleHistoryResponse.Builder. copy(CaptureConsoleHistoryResponse o)Copy method to populate the builder with values from the given instance.
-