Uses of Class
com.oracle.bmc.logging.requests.CreateLogRequest
-
Packages that use CreateLogRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of CreateLogRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type CreateLogRequest Modifier and Type Method Description CreateLogResponse
LoggingManagement. createLog(CreateLogRequest request)
Creates a log within the specified log group.Future<CreateLogResponse>
LoggingManagementAsync. createLog(CreateLogRequest request, AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
Creates a log within the specified log group.Future<CreateLogResponse>
LoggingManagementAsyncClient. createLog(CreateLogRequest request, AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
CreateLogResponse
LoggingManagementClient. createLog(CreateLogRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type CreateLogRequest Modifier and Type Method Description Future<CreateLogResponse>
LoggingManagementAsync. createLog(CreateLogRequest request, AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
Creates a log within the specified log group.Future<CreateLogResponse>
LoggingManagementAsyncClient. createLog(CreateLogRequest request, AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
-
Uses of CreateLogRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return CreateLogRequest Modifier and Type Method Description CreateLogRequest
CreateLogRequest.Builder. build()
Build the instance of CreateLogRequest as configured by this builderCreateLogRequest
CreateLogRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateLogRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type CreateLogRequest Modifier and Type Method Description CreateLogRequest.Builder
CreateLogRequest.Builder. copy(CreateLogRequest o)
Copy method to populate the builder with values from the given instance.
-