Uses of Class
com.oracle.bmc.apmsynthetics.responses.CreateMonitorResponse
-
Packages that use CreateMonitorResponse Package Description com.oracle.bmc.apmsynthetics com.oracle.bmc.apmsynthetics.responses -
-
Uses of CreateMonitorResponse in com.oracle.bmc.apmsynthetics
Methods in com.oracle.bmc.apmsynthetics that return CreateMonitorResponse Modifier and Type Method Description CreateMonitorResponse
ApmSynthetic. createMonitor(CreateMonitorRequest request)
Creates a new monitor.CreateMonitorResponse
ApmSyntheticClient. createMonitor(CreateMonitorRequest request)
Methods in com.oracle.bmc.apmsynthetics that return types with arguments of type CreateMonitorResponse 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)
Method parameters in com.oracle.bmc.apmsynthetics with type arguments of type CreateMonitorResponse 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 CreateMonitorResponse in com.oracle.bmc.apmsynthetics.responses
Methods in com.oracle.bmc.apmsynthetics.responses that return CreateMonitorResponse Modifier and Type Method Description CreateMonitorResponse
CreateMonitorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmsynthetics.responses with parameters of type CreateMonitorResponse Modifier and Type Method Description CreateMonitorResponse.Builder
CreateMonitorResponse.Builder. copy(CreateMonitorResponse o)
Copy method to populate the builder with values from the given instance.
-