Uses of Class
com.oracle.bmc.logging.responses.CreateLogGroupResponse
-
Packages that use CreateLogGroupResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses -
-
Uses of CreateLogGroupResponse in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging that return CreateLogGroupResponse Modifier and Type Method Description CreateLogGroupResponse
LoggingManagement. createLogGroup(CreateLogGroupRequest request)
Create a new log group with a unique display name.CreateLogGroupResponse
LoggingManagementClient. createLogGroup(CreateLogGroupRequest request)
Methods in com.oracle.bmc.logging that return types with arguments of type CreateLogGroupResponse Modifier and Type Method Description Future<CreateLogGroupResponse>
LoggingManagementAsync. createLogGroup(CreateLogGroupRequest request, AsyncHandler<CreateLogGroupRequest,CreateLogGroupResponse> handler)
Create a new log group with a unique display name.Future<CreateLogGroupResponse>
LoggingManagementAsyncClient. createLogGroup(CreateLogGroupRequest request, AsyncHandler<CreateLogGroupRequest,CreateLogGroupResponse> handler)
Method parameters in com.oracle.bmc.logging with type arguments of type CreateLogGroupResponse Modifier and Type Method Description Future<CreateLogGroupResponse>
LoggingManagementAsync. createLogGroup(CreateLogGroupRequest request, AsyncHandler<CreateLogGroupRequest,CreateLogGroupResponse> handler)
Create a new log group with a unique display name.Future<CreateLogGroupResponse>
LoggingManagementAsyncClient. createLogGroup(CreateLogGroupRequest request, AsyncHandler<CreateLogGroupRequest,CreateLogGroupResponse> handler)
-
Uses of CreateLogGroupResponse in com.oracle.bmc.logging.responses
Methods in com.oracle.bmc.logging.responses that return CreateLogGroupResponse Modifier and Type Method Description CreateLogGroupResponse
CreateLogGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type CreateLogGroupResponse Modifier and Type Method Description CreateLogGroupResponse.Builder
CreateLogGroupResponse.Builder. copy(CreateLogGroupResponse o)
Copy method to populate the builder with values from the given instance.
-