Uses of Class
com.oracle.bmc.cloudguard.requests.ChangeManagedListCompartmentRequest
-
Packages that use ChangeManagedListCompartmentRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ChangeManagedListCompartmentRequest in com.oracle.bmc.cloudguard
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeManagedListCompartmentRequest Modifier and Type Method Description Future<ChangeManagedListCompartmentResponse>
CloudGuardAsync. changeManagedListCompartment(ChangeManagedListCompartmentRequest request, AsyncHandler<ChangeManagedListCompartmentRequest,ChangeManagedListCompartmentResponse> handler)
Moves the managed list (ManagedList resource), identified by managedListId, from the current compartment to another compartment.Future<ChangeManagedListCompartmentResponse>
CloudGuardAsyncClient. changeManagedListCompartment(ChangeManagedListCompartmentRequest request, AsyncHandler<ChangeManagedListCompartmentRequest,ChangeManagedListCompartmentResponse> handler)
-
Uses of ChangeManagedListCompartmentRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ChangeManagedListCompartmentRequest Modifier and Type Method Description ChangeManagedListCompartmentRequest
ChangeManagedListCompartmentRequest.Builder. build()
Build the instance of ChangeManagedListCompartmentRequest as configured by this builderChangeManagedListCompartmentRequest
ChangeManagedListCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeManagedListCompartmentRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ChangeManagedListCompartmentRequest Modifier and Type Method Description ChangeManagedListCompartmentRequest.Builder
ChangeManagedListCompartmentRequest.Builder. copy(ChangeManagedListCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-