Uses of Class
com.oracle.bmc.core.responses.GetConsoleHistoryContentResponse
-
Packages that use GetConsoleHistoryContentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetConsoleHistoryContentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetConsoleHistoryContentResponse Modifier and Type Method Description GetConsoleHistoryContentResponseCompute. getConsoleHistoryContent(GetConsoleHistoryContentRequest request)Gets the actual console history data (not the metadata).GetConsoleHistoryContentResponseComputeClient. getConsoleHistoryContent(GetConsoleHistoryContentRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetConsoleHistoryContentResponse Modifier and Type Method Description Future<GetConsoleHistoryContentResponse>ComputeAsync. getConsoleHistoryContent(GetConsoleHistoryContentRequest request, AsyncHandler<GetConsoleHistoryContentRequest,GetConsoleHistoryContentResponse> handler)Gets the actual console history data (not the metadata).Future<GetConsoleHistoryContentResponse>ComputeAsyncClient. getConsoleHistoryContent(GetConsoleHistoryContentRequest request, AsyncHandler<GetConsoleHistoryContentRequest,GetConsoleHistoryContentResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type GetConsoleHistoryContentResponse Modifier and Type Method Description Future<GetConsoleHistoryContentResponse>ComputeAsync. getConsoleHistoryContent(GetConsoleHistoryContentRequest request, AsyncHandler<GetConsoleHistoryContentRequest,GetConsoleHistoryContentResponse> handler)Gets the actual console history data (not the metadata).Future<GetConsoleHistoryContentResponse>ComputeAsyncClient. getConsoleHistoryContent(GetConsoleHistoryContentRequest request, AsyncHandler<GetConsoleHistoryContentRequest,GetConsoleHistoryContentResponse> handler) -
Uses of GetConsoleHistoryContentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetConsoleHistoryContentResponse Modifier and Type Method Description GetConsoleHistoryContentResponseGetConsoleHistoryContentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetConsoleHistoryContentResponse Modifier and Type Method Description GetConsoleHistoryContentResponse.BuilderGetConsoleHistoryContentResponse.Builder. copy(GetConsoleHistoryContentResponse o)Copy method to populate the builder with values from the given instance.
-