Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
CaptureConsoleHistoryResponse |
ComputeClient.captureConsoleHistory(CaptureConsoleHistoryRequest request) |
CaptureConsoleHistoryResponse |
Compute.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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CaptureConsoleHistoryRequest |
CaptureConsoleHistoryRequest.Builder.build()
Build the instance of CaptureConsoleHistoryRequest as configured by this builder
|
CaptureConsoleHistoryRequest |
CaptureConsoleHistoryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CaptureConsoleHistoryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CaptureConsoleHistoryRequest.Builder |
CaptureConsoleHistoryRequest.Builder.copy(CaptureConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.