Package | Description |
---|---|
com.oracle.bmc.logging | |
com.oracle.bmc.logging.requests |
Modifier and Type | Method and Description |
---|---|
CreateLogResponse |
LoggingManagementClient.createLog(CreateLogRequest request) |
CreateLogResponse |
LoggingManagement.createLog(CreateLogRequest request)
Creates a log within the specified log group.
|
Future<CreateLogResponse> |
LoggingManagementAsyncClient.createLog(CreateLogRequest request,
AsyncHandler<CreateLogRequest,CreateLogResponse> handler) |
Future<CreateLogResponse> |
LoggingManagementAsync.createLog(CreateLogRequest request,
AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
Creates a log within the specified log group.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateLogResponse> |
LoggingManagementAsyncClient.createLog(CreateLogRequest request,
AsyncHandler<CreateLogRequest,CreateLogResponse> handler) |
Future<CreateLogResponse> |
LoggingManagementAsync.createLog(CreateLogRequest request,
AsyncHandler<CreateLogRequest,CreateLogResponse> handler)
Creates a log within the specified log group.
|
Modifier and Type | Method and Description |
---|---|
CreateLogRequest |
CreateLogRequest.Builder.build()
Build the instance of CreateLogRequest as configured by this builder
|
CreateLogRequest |
CreateLogRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateLogRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateLogRequest.Builder |
CreateLogRequest.Builder.copy(CreateLogRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.