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