Uses of Class
com.oracle.bmc.apiaccesscontrol.responses.UpdatePrivilegedApiControlResponse
-
Packages that use UpdatePrivilegedApiControlResponse Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.responses -
-
Uses of UpdatePrivilegedApiControlResponse in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol that return UpdatePrivilegedApiControlResponse Modifier and Type Method Description UpdatePrivilegedApiControlResponse
PrivilegedApiControl. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request)
Updates a PrivilegedApiControl.UpdatePrivilegedApiControlResponse
PrivilegedApiControlClient. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request)
Methods in com.oracle.bmc.apiaccesscontrol that return types with arguments of type UpdatePrivilegedApiControlResponse Modifier and Type Method Description Future<UpdatePrivilegedApiControlResponse>
PrivilegedApiControlAsync. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request, AsyncHandler<UpdatePrivilegedApiControlRequest,UpdatePrivilegedApiControlResponse> handler)
Updates a PrivilegedApiControl.Future<UpdatePrivilegedApiControlResponse>
PrivilegedApiControlAsyncClient. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request, AsyncHandler<UpdatePrivilegedApiControlRequest,UpdatePrivilegedApiControlResponse> handler)
Method parameters in com.oracle.bmc.apiaccesscontrol with type arguments of type UpdatePrivilegedApiControlResponse Modifier and Type Method Description Future<UpdatePrivilegedApiControlResponse>
PrivilegedApiControlAsync. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request, AsyncHandler<UpdatePrivilegedApiControlRequest,UpdatePrivilegedApiControlResponse> handler)
Updates a PrivilegedApiControl.Future<UpdatePrivilegedApiControlResponse>
PrivilegedApiControlAsyncClient. updatePrivilegedApiControl(UpdatePrivilegedApiControlRequest request, AsyncHandler<UpdatePrivilegedApiControlRequest,UpdatePrivilegedApiControlResponse> handler)
-
Uses of UpdatePrivilegedApiControlResponse in com.oracle.bmc.apiaccesscontrol.responses
Methods in com.oracle.bmc.apiaccesscontrol.responses that return UpdatePrivilegedApiControlResponse Modifier and Type Method Description UpdatePrivilegedApiControlResponse
UpdatePrivilegedApiControlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apiaccesscontrol.responses with parameters of type UpdatePrivilegedApiControlResponse Modifier and Type Method Description UpdatePrivilegedApiControlResponse.Builder
UpdatePrivilegedApiControlResponse.Builder. copy(UpdatePrivilegedApiControlResponse o)
Copy method to populate the builder with values from the given instance.
-