Uses of Class
com.oracle.bmc.apiaccesscontrol.responses.ChangePrivilegedApiControlCompartmentResponse
-
Packages that use ChangePrivilegedApiControlCompartmentResponse Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.responses -
-
Uses of ChangePrivilegedApiControlCompartmentResponse in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol that return ChangePrivilegedApiControlCompartmentResponse Modifier and Type Method Description ChangePrivilegedApiControlCompartmentResponse
PrivilegedApiControl. changePrivilegedApiControlCompartment(ChangePrivilegedApiControlCompartmentRequest request)
Moves a PrivilegedApiControl into a different compartment within the same tenancy.ChangePrivilegedApiControlCompartmentResponse
PrivilegedApiControlClient. changePrivilegedApiControlCompartment(ChangePrivilegedApiControlCompartmentRequest request)
Methods in com.oracle.bmc.apiaccesscontrol that return types with arguments of type ChangePrivilegedApiControlCompartmentResponse 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)
Method parameters in com.oracle.bmc.apiaccesscontrol with type arguments of type ChangePrivilegedApiControlCompartmentResponse 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 ChangePrivilegedApiControlCompartmentResponse in com.oracle.bmc.apiaccesscontrol.responses
Methods in com.oracle.bmc.apiaccesscontrol.responses that return ChangePrivilegedApiControlCompartmentResponse Modifier and Type Method Description ChangePrivilegedApiControlCompartmentResponse
ChangePrivilegedApiControlCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apiaccesscontrol.responses with parameters of type ChangePrivilegedApiControlCompartmentResponse Modifier and Type Method Description ChangePrivilegedApiControlCompartmentResponse.Builder
ChangePrivilegedApiControlCompartmentResponse.Builder. copy(ChangePrivilegedApiControlCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-