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 UpdateConsoleHistoryResponse
Compute. 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)
UpdateConsoleHistoryResponse
ComputeClient. 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 UpdateConsoleHistoryRequest
UpdateConsoleHistoryRequest.Builder. build()
Build the instance of UpdateConsoleHistoryRequest as configured by this builderUpdateConsoleHistoryRequest
UpdateConsoleHistoryRequest.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.Builder
UpdateConsoleHistoryRequest.Builder. copy(UpdateConsoleHistoryRequest o)
Copy method to populate the builder with values from the given instance.
-