Uses of Class
com.oracle.bmc.core.responses.GetConsoleHistoryResponse
-
Packages that use GetConsoleHistoryResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetConsoleHistoryResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponse
Compute. getConsoleHistory(GetConsoleHistoryRequest request)
Shows the metadata for the specified console history.GetConsoleHistoryResponse
ComputeClient. getConsoleHistory(GetConsoleHistoryRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetConsoleHistoryResponse Modifier and Type Method Description Future<GetConsoleHistoryResponse>
ComputeAsync. getConsoleHistory(GetConsoleHistoryRequest request, AsyncHandler<GetConsoleHistoryRequest,GetConsoleHistoryResponse> handler)
Shows the metadata for the specified console history.Future<GetConsoleHistoryResponse>
ComputeAsyncClient. getConsoleHistory(GetConsoleHistoryRequest request, AsyncHandler<GetConsoleHistoryRequest,GetConsoleHistoryResponse> handler)
-
Uses of GetConsoleHistoryResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponse
GetConsoleHistoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetConsoleHistoryResponse Modifier and Type Method Description GetConsoleHistoryResponse.Builder
GetConsoleHistoryResponse.Builder. copy(GetConsoleHistoryResponse o)
Copy method to populate the builder with values from the given instance.
-