Uses of Class
com.oracle.bmc.logging.requests.UpdateLogGroupRequest
-
Packages that use UpdateLogGroupRequest Package Description com.oracle.bmc.logging com.oracle.bmc.logging.requests -
-
Uses of UpdateLogGroupRequest in com.oracle.bmc.logging
Methods in com.oracle.bmc.logging with parameters of type UpdateLogGroupRequest Modifier and Type Method Description UpdateLogGroupResponse
LoggingManagement. updateLogGroup(UpdateLogGroupRequest request)
Updates the existing log group with the associated configuration.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)
UpdateLogGroupResponse
LoggingManagementClient. updateLogGroup(UpdateLogGroupRequest request)
Method parameters in com.oracle.bmc.logging with type arguments of type UpdateLogGroupRequest 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 UpdateLogGroupRequest in com.oracle.bmc.logging.requests
Methods in com.oracle.bmc.logging.requests that return UpdateLogGroupRequest Modifier and Type Method Description UpdateLogGroupRequest
UpdateLogGroupRequest.Builder. build()
Build the instance of UpdateLogGroupRequest as configured by this builderUpdateLogGroupRequest
UpdateLogGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLogGroupRequest as configured by this builderMethods in com.oracle.bmc.logging.requests with parameters of type UpdateLogGroupRequest Modifier and Type Method Description UpdateLogGroupRequest.Builder
UpdateLogGroupRequest.Builder. copy(UpdateLogGroupRequest o)
Copy method to populate the builder with values from the given instance.
-