Uses of Class
com.oracle.bmc.logging.responses.UpdateLogGroupResponse
- 
Packages that use UpdateLogGroupResponse Package Description com.oracle.bmc.logging com.oracle.bmc.logging.responses 
- 
- 
Uses of UpdateLogGroupResponse in com.oracle.bmc.loggingMethods in com.oracle.bmc.logging that return UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponseLoggingManagement. updateLogGroup(UpdateLogGroupRequest request)Updates the existing log group with the associated configuration.UpdateLogGroupResponseLoggingManagementClient. updateLogGroup(UpdateLogGroupRequest request)Methods in com.oracle.bmc.logging that return types with arguments of type UpdateLogGroupResponse Modifier and Type Method Description Future<UpdateLogGroupResponse>LoggingManagementAsync. updateLogGroup(UpdateLogGroupRequest request, AsyncHandler<UpdateLogGroupRequest,UpdateLogGroupResponse> handler)Updates the existing log group with the associated configuration.Future<UpdateLogGroupResponse>LoggingManagementAsyncClient. updateLogGroup(UpdateLogGroupRequest request, AsyncHandler<UpdateLogGroupRequest,UpdateLogGroupResponse> handler)Method parameters in com.oracle.bmc.logging with type arguments of type UpdateLogGroupResponse Modifier and Type Method Description Future<UpdateLogGroupResponse>LoggingManagementAsync. updateLogGroup(UpdateLogGroupRequest request, AsyncHandler<UpdateLogGroupRequest,UpdateLogGroupResponse> handler)Updates the existing log group with the associated configuration.Future<UpdateLogGroupResponse>LoggingManagementAsyncClient. updateLogGroup(UpdateLogGroupRequest request, AsyncHandler<UpdateLogGroupRequest,UpdateLogGroupResponse> handler)
- 
Uses of UpdateLogGroupResponse in com.oracle.bmc.logging.responsesMethods in com.oracle.bmc.logging.responses that return UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponseUpdateLogGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponse.BuilderUpdateLogGroupResponse.Builder. copy(UpdateLogGroupResponse o)Copy method to populate the builder with values from the given instance.
 
-