Uses of Class
com.oracle.bmc.core.requests.CaptureConsoleHistoryRequest
-
Packages that use CaptureConsoleHistoryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CaptureConsoleHistoryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CaptureConsoleHistoryRequest Modifier and Type Method Description CaptureConsoleHistoryResponseCompute. captureConsoleHistory(CaptureConsoleHistoryRequest request)Captures the most recent serial console data (up to a megabyte) for the specified instance.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)CaptureConsoleHistoryResponseComputeClient. captureConsoleHistory(CaptureConsoleHistoryRequest request)Method parameters in com.oracle.bmc.core with type arguments of type CaptureConsoleHistoryRequest 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 CaptureConsoleHistoryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CaptureConsoleHistoryRequest Modifier and Type Method Description CaptureConsoleHistoryRequestCaptureConsoleHistoryRequest.Builder. build()Build the instance of CaptureConsoleHistoryRequest as configured by this builderCaptureConsoleHistoryRequestCaptureConsoleHistoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of CaptureConsoleHistoryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CaptureConsoleHistoryRequest Modifier and Type Method Description CaptureConsoleHistoryRequest.BuilderCaptureConsoleHistoryRequest.Builder. copy(CaptureConsoleHistoryRequest o)Copy method to populate the builder with values from the given instance.
-