Uses of Class
com.oracle.bmc.cloudguard.requests.UpdateManagedListRequest
-
Packages that use UpdateManagedListRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateManagedListRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type UpdateManagedListRequest Modifier and Type Method Description UpdateManagedListResponse
CloudGuard. updateManagedList(UpdateManagedListRequest request)
Updates a ManagedList resource, identified by managedList.Future<UpdateManagedListResponse>
CloudGuardAsync. updateManagedList(UpdateManagedListRequest request, AsyncHandler<UpdateManagedListRequest,UpdateManagedListResponse> handler)
Updates a ManagedList resource, identified by managedList.Future<UpdateManagedListResponse>
CloudGuardAsyncClient. updateManagedList(UpdateManagedListRequest request, AsyncHandler<UpdateManagedListRequest,UpdateManagedListResponse> handler)
UpdateManagedListResponse
CloudGuardClient. updateManagedList(UpdateManagedListRequest request)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateManagedListRequest Modifier and Type Method Description Future<UpdateManagedListResponse>
CloudGuardAsync. updateManagedList(UpdateManagedListRequest request, AsyncHandler<UpdateManagedListRequest,UpdateManagedListResponse> handler)
Updates a ManagedList resource, identified by managedList.Future<UpdateManagedListResponse>
CloudGuardAsyncClient. updateManagedList(UpdateManagedListRequest request, AsyncHandler<UpdateManagedListRequest,UpdateManagedListResponse> handler)
-
Uses of UpdateManagedListRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateManagedListRequest Modifier and Type Method Description UpdateManagedListRequest
UpdateManagedListRequest.Builder. build()
Build the instance of UpdateManagedListRequest as configured by this builderUpdateManagedListRequest
UpdateManagedListRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateManagedListRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateManagedListRequest Modifier and Type Method Description UpdateManagedListRequest.Builder
UpdateManagedListRequest.Builder. copy(UpdateManagedListRequest o)
Copy method to populate the builder with values from the given instance.
-