Uses of Class
com.oracle.bmc.containerinstances.responses.RetrieveLogsResponse
-
Packages that use RetrieveLogsResponse Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.responses -
-
Uses of RetrieveLogsResponse in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return RetrieveLogsResponse Modifier and Type Method Description RetrieveLogsResponse
ContainerInstance. retrieveLogs(RetrieveLogsRequest request)
Returns the most recent 256 KB of logs from the specified container.RetrieveLogsResponse
ContainerInstanceClient. retrieveLogs(RetrieveLogsRequest request)
Methods in com.oracle.bmc.containerinstances that return types with arguments of type RetrieveLogsResponse Modifier and Type Method Description Future<RetrieveLogsResponse>
ContainerInstanceAsync. retrieveLogs(RetrieveLogsRequest request, AsyncHandler<RetrieveLogsRequest,RetrieveLogsResponse> handler)
Returns the most recent 256 KB of logs from the specified container.Future<RetrieveLogsResponse>
ContainerInstanceAsyncClient. retrieveLogs(RetrieveLogsRequest request, AsyncHandler<RetrieveLogsRequest,RetrieveLogsResponse> handler)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type RetrieveLogsResponse Modifier and Type Method Description Future<RetrieveLogsResponse>
ContainerInstanceAsync. retrieveLogs(RetrieveLogsRequest request, AsyncHandler<RetrieveLogsRequest,RetrieveLogsResponse> handler)
Returns the most recent 256 KB of logs from the specified container.Future<RetrieveLogsResponse>
ContainerInstanceAsyncClient. retrieveLogs(RetrieveLogsRequest request, AsyncHandler<RetrieveLogsRequest,RetrieveLogsResponse> handler)
-
Uses of RetrieveLogsResponse in com.oracle.bmc.containerinstances.responses
Methods in com.oracle.bmc.containerinstances.responses that return RetrieveLogsResponse Modifier and Type Method Description RetrieveLogsResponse
RetrieveLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.containerinstances.responses with parameters of type RetrieveLogsResponse Modifier and Type Method Description RetrieveLogsResponse.Builder
RetrieveLogsResponse.Builder. copy(RetrieveLogsResponse o)
Copy method to populate the builder with values from the given instance.
-