Uses of Class
com.oracle.bmc.core.requests.UpdateConsoleHistoryRequest
-
Packages that use UpdateConsoleHistoryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateConsoleHistoryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateConsoleHistoryRequest Modifier and Type Method Description UpdateConsoleHistoryResponseCompute. updateConsoleHistory(UpdateConsoleHistoryRequest request)Updates the specified console history metadata.Future<UpdateConsoleHistoryResponse>ComputeAsync. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)Updates the specified console history metadata.Future<UpdateConsoleHistoryResponse>ComputeAsyncClient. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)UpdateConsoleHistoryResponseComputeClient. updateConsoleHistory(UpdateConsoleHistoryRequest request)Method parameters in com.oracle.bmc.core with type arguments of type UpdateConsoleHistoryRequest Modifier and Type Method Description Future<UpdateConsoleHistoryResponse>ComputeAsync. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler)Updates the specified console history metadata.Future<UpdateConsoleHistoryResponse>ComputeAsyncClient. updateConsoleHistory(UpdateConsoleHistoryRequest request, AsyncHandler<UpdateConsoleHistoryRequest,UpdateConsoleHistoryResponse> handler) -
Uses of UpdateConsoleHistoryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateConsoleHistoryRequest Modifier and Type Method Description UpdateConsoleHistoryRequestUpdateConsoleHistoryRequest.Builder. build()Build the instance of UpdateConsoleHistoryRequest as configured by this builderUpdateConsoleHistoryRequestUpdateConsoleHistoryRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateConsoleHistoryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateConsoleHistoryRequest Modifier and Type Method Description UpdateConsoleHistoryRequest.BuilderUpdateConsoleHistoryRequest.Builder. copy(UpdateConsoleHistoryRequest o)Copy method to populate the builder with values from the given instance.
-