Uses of Class
com.oracle.bmc.containerinstances.requests.RetrieveLogsRequest
-
Packages that use RetrieveLogsRequest Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.requests -
-
Uses of RetrieveLogsRequest in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances with parameters of type RetrieveLogsRequest Modifier and Type Method Description RetrieveLogsResponse
ContainerInstance. retrieveLogs(RetrieveLogsRequest request)
Returns the most recent 256 KB of logs from the specified container.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)
RetrieveLogsResponse
ContainerInstanceClient. retrieveLogs(RetrieveLogsRequest request)
Method parameters in com.oracle.bmc.containerinstances with type arguments of type RetrieveLogsRequest 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 RetrieveLogsRequest in com.oracle.bmc.containerinstances.requests
Methods in com.oracle.bmc.containerinstances.requests that return RetrieveLogsRequest Modifier and Type Method Description RetrieveLogsRequest
RetrieveLogsRequest.Builder. build()
Build the instance of RetrieveLogsRequest as configured by this builderRetrieveLogsRequest
RetrieveLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RetrieveLogsRequest as configured by this builderMethods in com.oracle.bmc.containerinstances.requests with parameters of type RetrieveLogsRequest Modifier and Type Method Description RetrieveLogsRequest.Builder
RetrieveLogsRequest.Builder. copy(RetrieveLogsRequest o)
Copy method to populate the builder with values from the given instance.
-