Uses of Class
com.oracle.bmc.cloudguard.responses.UpdateManagedListResponse
-
Packages that use UpdateManagedListResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of UpdateManagedListResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return UpdateManagedListResponse Modifier and Type Method Description UpdateManagedListResponse
CloudGuard. updateManagedList(UpdateManagedListRequest request)
Updates a ManagedList resource, identified by managedList.UpdateManagedListResponse
CloudGuardClient. updateManagedList(UpdateManagedListRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type UpdateManagedListResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type UpdateManagedListResponse 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 UpdateManagedListResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return UpdateManagedListResponse Modifier and Type Method Description UpdateManagedListResponse
UpdateManagedListResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type UpdateManagedListResponse Modifier and Type Method Description UpdateManagedListResponse.Builder
UpdateManagedListResponse.Builder. copy(UpdateManagedListResponse o)
Copy method to populate the builder with values from the given instance.
-