Uses of Class
com.oracle.bmc.monitoring.requests.ChangeAlarmCompartmentRequest
-
Packages that use ChangeAlarmCompartmentRequest Package Description com.oracle.bmc.monitoring com.oracle.bmc.monitoring.requests -
-
Uses of ChangeAlarmCompartmentRequest in com.oracle.bmc.monitoring
Methods in com.oracle.bmc.monitoring with parameters of type ChangeAlarmCompartmentRequest Modifier and Type Method Description ChangeAlarmCompartmentResponse
Monitoring. changeAlarmCompartment(ChangeAlarmCompartmentRequest request)
Moves an alarm into a different compartment within the same tenancy.Future<ChangeAlarmCompartmentResponse>
MonitoringAsync. changeAlarmCompartment(ChangeAlarmCompartmentRequest request, AsyncHandler<ChangeAlarmCompartmentRequest,ChangeAlarmCompartmentResponse> handler)
Moves an alarm into a different compartment within the same tenancy.Future<ChangeAlarmCompartmentResponse>
MonitoringAsyncClient. changeAlarmCompartment(ChangeAlarmCompartmentRequest request, AsyncHandler<ChangeAlarmCompartmentRequest,ChangeAlarmCompartmentResponse> handler)
ChangeAlarmCompartmentResponse
MonitoringClient. changeAlarmCompartment(ChangeAlarmCompartmentRequest request)
Method parameters in com.oracle.bmc.monitoring with type arguments of type ChangeAlarmCompartmentRequest Modifier and Type Method Description Future<ChangeAlarmCompartmentResponse>
MonitoringAsync. changeAlarmCompartment(ChangeAlarmCompartmentRequest request, AsyncHandler<ChangeAlarmCompartmentRequest,ChangeAlarmCompartmentResponse> handler)
Moves an alarm into a different compartment within the same tenancy.Future<ChangeAlarmCompartmentResponse>
MonitoringAsyncClient. changeAlarmCompartment(ChangeAlarmCompartmentRequest request, AsyncHandler<ChangeAlarmCompartmentRequest,ChangeAlarmCompartmentResponse> handler)
-
Uses of ChangeAlarmCompartmentRequest in com.oracle.bmc.monitoring.requests
Methods in com.oracle.bmc.monitoring.requests that return ChangeAlarmCompartmentRequest Modifier and Type Method Description ChangeAlarmCompartmentRequest
ChangeAlarmCompartmentRequest.Builder. build()
Build the instance of ChangeAlarmCompartmentRequest as configured by this builderChangeAlarmCompartmentRequest
ChangeAlarmCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAlarmCompartmentRequest as configured by this builderMethods in com.oracle.bmc.monitoring.requests with parameters of type ChangeAlarmCompartmentRequest Modifier and Type Method Description ChangeAlarmCompartmentRequest.Builder
ChangeAlarmCompartmentRequest.Builder. copy(ChangeAlarmCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-