Uses of Class
com.oracle.bmc.apiaccesscontrol.requests.ChangePrivilegedApiControlCompartmentRequest
-
Packages that use ChangePrivilegedApiControlCompartmentRequest Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.requests -
-
Uses of ChangePrivilegedApiControlCompartmentRequest in com.oracle.bmc.apiaccesscontrol
Method parameters in com.oracle.bmc.apiaccesscontrol with type arguments of type ChangePrivilegedApiControlCompartmentRequest Modifier and Type Method Description Future<ChangePrivilegedApiControlCompartmentResponse>
PrivilegedApiControlAsync. changePrivilegedApiControlCompartment(ChangePrivilegedApiControlCompartmentRequest request, AsyncHandler<ChangePrivilegedApiControlCompartmentRequest,ChangePrivilegedApiControlCompartmentResponse> handler)
Moves a PrivilegedApiControl into a different compartment within the same tenancy.Future<ChangePrivilegedApiControlCompartmentResponse>
PrivilegedApiControlAsyncClient. changePrivilegedApiControlCompartment(ChangePrivilegedApiControlCompartmentRequest request, AsyncHandler<ChangePrivilegedApiControlCompartmentRequest,ChangePrivilegedApiControlCompartmentResponse> handler)
-
Uses of ChangePrivilegedApiControlCompartmentRequest in com.oracle.bmc.apiaccesscontrol.requests
Methods in com.oracle.bmc.apiaccesscontrol.requests that return ChangePrivilegedApiControlCompartmentRequest Modifier and Type Method Description ChangePrivilegedApiControlCompartmentRequest
ChangePrivilegedApiControlCompartmentRequest.Builder. build()
Build the instance of ChangePrivilegedApiControlCompartmentRequest as configured by this builderChangePrivilegedApiControlCompartmentRequest
ChangePrivilegedApiControlCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangePrivilegedApiControlCompartmentRequest as configured by this builderMethods in com.oracle.bmc.apiaccesscontrol.requests with parameters of type ChangePrivilegedApiControlCompartmentRequest Modifier and Type Method Description ChangePrivilegedApiControlCompartmentRequest.Builder
ChangePrivilegedApiControlCompartmentRequest.Builder. copy(ChangePrivilegedApiControlCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-