Uses of Class
com.oracle.bmc.events.requests.ChangeRuleCompartmentRequest
-
Packages that use ChangeRuleCompartmentRequest Package Description com.oracle.bmc.events com.oracle.bmc.events.requests -
-
Uses of ChangeRuleCompartmentRequest in com.oracle.bmc.events
Methods in com.oracle.bmc.events with parameters of type ChangeRuleCompartmentRequest Modifier and Type Method Description ChangeRuleCompartmentResponse
Events. changeRuleCompartment(ChangeRuleCompartmentRequest request)
Moves a rule into a different compartment within the same tenancy.Future<ChangeRuleCompartmentResponse>
EventsAsync. changeRuleCompartment(ChangeRuleCompartmentRequest request, AsyncHandler<ChangeRuleCompartmentRequest,ChangeRuleCompartmentResponse> handler)
Moves a rule into a different compartment within the same tenancy.Future<ChangeRuleCompartmentResponse>
EventsAsyncClient. changeRuleCompartment(ChangeRuleCompartmentRequest request, AsyncHandler<ChangeRuleCompartmentRequest,ChangeRuleCompartmentResponse> handler)
ChangeRuleCompartmentResponse
EventsClient. changeRuleCompartment(ChangeRuleCompartmentRequest request)
Method parameters in com.oracle.bmc.events with type arguments of type ChangeRuleCompartmentRequest Modifier and Type Method Description Future<ChangeRuleCompartmentResponse>
EventsAsync. changeRuleCompartment(ChangeRuleCompartmentRequest request, AsyncHandler<ChangeRuleCompartmentRequest,ChangeRuleCompartmentResponse> handler)
Moves a rule into a different compartment within the same tenancy.Future<ChangeRuleCompartmentResponse>
EventsAsyncClient. changeRuleCompartment(ChangeRuleCompartmentRequest request, AsyncHandler<ChangeRuleCompartmentRequest,ChangeRuleCompartmentResponse> handler)
-
Uses of ChangeRuleCompartmentRequest in com.oracle.bmc.events.requests
Methods in com.oracle.bmc.events.requests that return ChangeRuleCompartmentRequest Modifier and Type Method Description ChangeRuleCompartmentRequest
ChangeRuleCompartmentRequest.Builder. build()
Build the instance of ChangeRuleCompartmentRequest as configured by this builderChangeRuleCompartmentRequest
ChangeRuleCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeRuleCompartmentRequest as configured by this builderMethods in com.oracle.bmc.events.requests with parameters of type ChangeRuleCompartmentRequest Modifier and Type Method Description ChangeRuleCompartmentRequest.Builder
ChangeRuleCompartmentRequest.Builder. copy(ChangeRuleCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-