Uses of Class
com.oracle.bmc.logging.responses.CreateLogResponse
-
Packages that use CreateLogResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of CreateLogResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return CreateLogResponse Modifier and Type Method Description CreateLogResponse
LoggingManagement. createLog(CreateLogRequest request)
Creates a log within the specified log group.CreateLogResponse
LoggingManagementClient. createLog(CreateLogRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type CreateLogResponse 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)
Method parameters in com.oracle.bmc.logging with type arguments of type CreateLogResponse 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 CreateLogResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return CreateLogResponse Modifier and Type Method Description CreateLogResponse
CreateLogResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type CreateLogResponse Modifier and Type Method Description CreateLogResponse.Builder
CreateLogResponse.Builder. copy(CreateLogResponse o)
Copy method to populate the builder with values from the given instance.
-