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.logging
Methods in com.oracle.bmc.logging that return UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponse
LoggingManagement. updateLogGroup(UpdateLogGroupRequest request)
Updates the existing log group with the associated configuration.UpdateLogGroupResponse
LoggingManagementClient. 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.responses
Methods in com.oracle.bmc.logging.responses that return UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponse
UpdateLogGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.logging.responses with parameters of type UpdateLogGroupResponse Modifier and Type Method Description UpdateLogGroupResponse.Builder
UpdateLogGroupResponse.Builder. copy(UpdateLogGroupResponse o)
Copy method to populate the builder with values from the given instance.
-