Uses of Class
com.oracle.bmc.core.requests.DeleteConsoleHistoryRequest
-
Packages that use DeleteConsoleHistoryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteConsoleHistoryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteConsoleHistoryRequest Modifier and Type Method Description DeleteConsoleHistoryResponse
Compute. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Deletes the specified console history metadata and the console history data.Future<DeleteConsoleHistoryResponse>
ComputeAsync. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
Deletes the specified console history metadata and the console history data.Future<DeleteConsoleHistoryResponse>
ComputeAsyncClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
DeleteConsoleHistoryResponse
ComputeClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteConsoleHistoryRequest Modifier and Type Method Description Future<DeleteConsoleHistoryResponse>
ComputeAsync. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
Deletes the specified console history metadata and the console history data.Future<DeleteConsoleHistoryResponse>
ComputeAsyncClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request, AsyncHandler<DeleteConsoleHistoryRequest,DeleteConsoleHistoryResponse> handler)
-
Uses of DeleteConsoleHistoryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteConsoleHistoryRequest Modifier and Type Method Description DeleteConsoleHistoryRequest
DeleteConsoleHistoryRequest.Builder. build()
Build the instance of DeleteConsoleHistoryRequest as configured by this builderDeleteConsoleHistoryRequest
DeleteConsoleHistoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteConsoleHistoryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteConsoleHistoryRequest Modifier and Type Method Description DeleteConsoleHistoryRequest.Builder
DeleteConsoleHistoryRequest.Builder. copy(DeleteConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-