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