Uses of Class
com.oracle.bmc.apiaccesscontrol.requests.CreatePrivilegedApiRequestRequest
-
Packages that use CreatePrivilegedApiRequestRequest Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.requests -
-
Uses of CreatePrivilegedApiRequestRequest in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol with parameters of type CreatePrivilegedApiRequestRequest Modifier and Type Method Description CreatePrivilegedApiRequestResponse
PrivilegedApiRequests. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request)
Creates a PrivilegedApiRequest.Future<CreatePrivilegedApiRequestResponse>
PrivilegedApiRequestsAsync. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request, AsyncHandler<CreatePrivilegedApiRequestRequest,CreatePrivilegedApiRequestResponse> handler)
Creates a PrivilegedApiRequest.Future<CreatePrivilegedApiRequestResponse>
PrivilegedApiRequestsAsyncClient. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request, AsyncHandler<CreatePrivilegedApiRequestRequest,CreatePrivilegedApiRequestResponse> handler)
CreatePrivilegedApiRequestResponse
PrivilegedApiRequestsClient. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request)
Method parameters in com.oracle.bmc.apiaccesscontrol with type arguments of type CreatePrivilegedApiRequestRequest Modifier and Type Method Description Future<CreatePrivilegedApiRequestResponse>
PrivilegedApiRequestsAsync. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request, AsyncHandler<CreatePrivilegedApiRequestRequest,CreatePrivilegedApiRequestResponse> handler)
Creates a PrivilegedApiRequest.Future<CreatePrivilegedApiRequestResponse>
PrivilegedApiRequestsAsyncClient. createPrivilegedApiRequest(CreatePrivilegedApiRequestRequest request, AsyncHandler<CreatePrivilegedApiRequestRequest,CreatePrivilegedApiRequestResponse> handler)
-
Uses of CreatePrivilegedApiRequestRequest in com.oracle.bmc.apiaccesscontrol.requests
Methods in com.oracle.bmc.apiaccesscontrol.requests that return CreatePrivilegedApiRequestRequest Modifier and Type Method Description CreatePrivilegedApiRequestRequest
CreatePrivilegedApiRequestRequest.Builder. build()
Build the instance of CreatePrivilegedApiRequestRequest as configured by this builderCreatePrivilegedApiRequestRequest
CreatePrivilegedApiRequestRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivilegedApiRequestRequest as configured by this builderMethods in com.oracle.bmc.apiaccesscontrol.requests with parameters of type CreatePrivilegedApiRequestRequest Modifier and Type Method Description CreatePrivilegedApiRequestRequest.Builder
CreatePrivilegedApiRequestRequest.Builder. copy(CreatePrivilegedApiRequestRequest o)
Copy method to populate the builder with values from the given instance.
-