Uses of Class
com.oracle.bmc.core.responses.DeleteConsoleHistoryResponse
-
Packages that use DeleteConsoleHistoryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteConsoleHistoryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse
Compute. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Deletes the specified console history metadata and the console history data.DeleteConsoleHistoryResponse
ComputeClient. deleteConsoleHistory(DeleteConsoleHistoryRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type DeleteConsoleHistoryResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteConsoleHistoryResponse 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 DeleteConsoleHistoryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse
DeleteConsoleHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteConsoleHistoryResponse Modifier and Type Method Description DeleteConsoleHistoryResponse.Builder
DeleteConsoleHistoryResponse.Builder. copy(DeleteConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-