Uses of Class
com.oracle.bmc.apiaccesscontrol.requests.CreatePrivilegedApiControlRequest
-
Packages that use CreatePrivilegedApiControlRequest Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.requests -
-
Uses of CreatePrivilegedApiControlRequest in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol with parameters of type CreatePrivilegedApiControlRequest Modifier and Type Method Description CreatePrivilegedApiControlResponse
PrivilegedApiControl. createPrivilegedApiControl(CreatePrivilegedApiControlRequest request)
Creates a PrivilegedApiControl.Future<CreatePrivilegedApiControlResponse>
PrivilegedApiControlAsync. createPrivilegedApiControl(CreatePrivilegedApiControlRequest request, AsyncHandler<CreatePrivilegedApiControlRequest,CreatePrivilegedApiControlResponse> handler)
Creates a PrivilegedApiControl.Future<CreatePrivilegedApiControlResponse>
PrivilegedApiControlAsyncClient. createPrivilegedApiControl(CreatePrivilegedApiControlRequest request, AsyncHandler<CreatePrivilegedApiControlRequest,CreatePrivilegedApiControlResponse> handler)
CreatePrivilegedApiControlResponse
PrivilegedApiControlClient. createPrivilegedApiControl(CreatePrivilegedApiControlRequest request)
Method parameters in com.oracle.bmc.apiaccesscontrol with type arguments of type CreatePrivilegedApiControlRequest 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 CreatePrivilegedApiControlRequest in com.oracle.bmc.apiaccesscontrol.requests
Methods in com.oracle.bmc.apiaccesscontrol.requests that return CreatePrivilegedApiControlRequest Modifier and Type Method Description CreatePrivilegedApiControlRequest
CreatePrivilegedApiControlRequest.Builder. build()
Build the instance of CreatePrivilegedApiControlRequest as configured by this builderCreatePrivilegedApiControlRequest
CreatePrivilegedApiControlRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivilegedApiControlRequest as configured by this builderMethods in com.oracle.bmc.apiaccesscontrol.requests with parameters of type CreatePrivilegedApiControlRequest Modifier and Type Method Description CreatePrivilegedApiControlRequest.Builder
CreatePrivilegedApiControlRequest.Builder. copy(CreatePrivilegedApiControlRequest o)
Copy method to populate the builder with values from the given instance.
-