Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
DeleteConsoleHistoryResponse |
Compute.deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Deletes the specified console history metadata and the console history data.
|
DeleteConsoleHistoryResponse |
ComputeClient.deleteConsoleHistory(DeleteConsoleHistoryRequest request) |
Future<DeleteConsoleHistoryResponse> |
ComputeAsyncClient.deleteConsoleHistory(DeleteConsoleHistoryRequest request,
AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler) |
Future<DeleteConsoleHistoryResponse> |
ComputeAsync.deleteConsoleHistory(DeleteConsoleHistoryRequest request,
AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
Deletes the specified console history metadata and the console history data.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteConsoleHistoryResponse> |
ComputeAsyncClient.deleteConsoleHistory(DeleteConsoleHistoryRequest request,
AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler) |
Future<DeleteConsoleHistoryResponse> |
ComputeAsync.deleteConsoleHistory(DeleteConsoleHistoryRequest request,
AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
Deletes the specified console history metadata and the console history data.
|
Modifier and Type | Method and Description |
---|---|
DeleteConsoleHistoryRequest |
DeleteConsoleHistoryRequest.Builder.build()
Build the instance of DeleteConsoleHistoryRequest as configured by this builder
|
DeleteConsoleHistoryRequest |
DeleteConsoleHistoryRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteConsoleHistoryRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteConsoleHistoryRequest.Builder |
DeleteConsoleHistoryRequest.Builder.copy(DeleteConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.