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