Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
CreateConsoleHistoryResponse |
DatabaseClient.createConsoleHistory(CreateConsoleHistoryRequest request) |
CreateConsoleHistoryResponse |
Database.createConsoleHistory(CreateConsoleHistoryRequest request)
Captures the most recent serial console data (up to a megabyte) for the specified database
node.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateConsoleHistoryResponse> |
DatabaseAsyncClient.createConsoleHistory(CreateConsoleHistoryRequest request,
AsyncHandler<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> handler) |
Future<CreateConsoleHistoryResponse> |
DatabaseAsync.createConsoleHistory(CreateConsoleHistoryRequest request,
AsyncHandler<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> handler)
Captures the most recent serial console data (up to a megabyte) for the specified database
node.
|
Modifier and Type | Method and Description |
---|---|
CreateConsoleHistoryResponse |
CreateConsoleHistoryResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
CreateConsoleHistoryResponse.Builder |
CreateConsoleHistoryResponse.Builder.copy(CreateConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.