Uses of Class
com.oracle.bmc.apmsynthetics.requests.CreateMonitorRequest
-
Packages that use CreateMonitorRequest Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.requests -
-
Uses of CreateMonitorRequest in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics with parameters of type CreateMonitorRequest Modifier and Type Method Description CreateMonitorResponse
ApmSynthetic. createMonitor(CreateMonitorRequest request)
Creates a new monitor.Future<CreateMonitorResponse>
ApmSyntheticAsync. createMonitor(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResponse> handler)
Creates a new monitor.Future<CreateMonitorResponse>
ApmSyntheticAsyncClient. createMonitor(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResponse> handler)
CreateMonitorResponse
ApmSyntheticClient. createMonitor(CreateMonitorRequest request)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateMonitorRequest Modifier and Type Method Description Future<CreateMonitorResponse>
ApmSyntheticAsync. createMonitor(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResponse> handler)
Creates a new monitor.Future<CreateMonitorResponse>
ApmSyntheticAsyncClient. createMonitor(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResponse> handler)
-
Uses of CreateMonitorRequest in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return CreateMonitorRequest Modifier and Type Method Description CreateMonitorRequest
CreateMonitorRequest.Builder. build()
Build the instance of CreateMonitorRequest as configured by this builderCreateMonitorRequest
CreateMonitorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMonitorRequest as configured by this builderMethods in com.oracle.bmc.apmsynthetics.requests with parameters of type CreateMonitorRequest Modifier and Type Method Description CreateMonitorRequest.Builder
CreateMonitorRequest.Builder. copy(CreateMonitorRequest o)
Copy method to populate the builder with values from the given instance.
-