Uses of Class
com.oracle.bmc.cloudguard.responses.ChangeManagedListCompartmentResponse
-
Packages that use ChangeManagedListCompartmentResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ChangeManagedListCompartmentResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ChangeManagedListCompartmentResponse Modifier and Type Method Description ChangeManagedListCompartmentResponseCloudGuard. changeManagedListCompartment(ChangeManagedListCompartmentRequest request)Moves the managed list (ManagedList resource), identified by managedListId, from the current compartment to another compartment.ChangeManagedListCompartmentResponseCloudGuardClient. changeManagedListCompartment(ChangeManagedListCompartmentRequest request)Methods in com.oracle.bmc.cloudguard that return types with arguments of type ChangeManagedListCompartmentResponse 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)Method parameters in com.oracle.bmc.cloudguard with type arguments of type ChangeManagedListCompartmentResponse 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 ChangeManagedListCompartmentResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ChangeManagedListCompartmentResponse Modifier and Type Method Description ChangeManagedListCompartmentResponseChangeManagedListCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ChangeManagedListCompartmentResponse Modifier and Type Method Description ChangeManagedListCompartmentResponse.BuilderChangeManagedListCompartmentResponse.Builder. copy(ChangeManagedListCompartmentResponse o)Copy method to populate the builder with values from the given instance.
-