Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> |
DatabaseWaiters.forCreateConsoleHistory(CreateConsoleHistoryRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<CreateConsoleHistoryRequest,CreateConsoleHistoryResponse> |
DatabaseWaiters.forCreateConsoleHistory(CreateConsoleHistoryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
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 |
---|---|
CreateConsoleHistoryRequest |
CreateConsoleHistoryRequest.Builder.build()
Build the instance of CreateConsoleHistoryRequest as configured by this builder
|
CreateConsoleHistoryRequest |
CreateConsoleHistoryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateConsoleHistoryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateConsoleHistoryRequest.Builder |
CreateConsoleHistoryRequest.Builder.copy(CreateConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.