Interface ApmSynthetic
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- ApmSyntheticClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public interface ApmSynthetic extends AutoCloseableUse the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources.For more information, see Application Performance Monitoring. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateNetworkDataResponseaggregateNetworkData(AggregateNetworkDataRequest request)Gets aggregated network data for given executions.CreateDedicatedVantagePointResponsecreateDedicatedVantagePoint(CreateDedicatedVantagePointRequest request)Registers a new dedicated vantage point.CreateMonitorResponsecreateMonitor(CreateMonitorRequest request)Creates a new monitor.CreateOnPremiseVantagePointResponsecreateOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request)Registers a new On-premise vantage point.CreateScriptResponsecreateScript(CreateScriptRequest request)Creates a new script.CreateWorkerResponsecreateWorker(CreateWorkerRequest request)Registers a new worker.DeleteDedicatedVantagePointResponsedeleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request)Deregisters the specified dedicated vantage point.DeleteMonitorResponsedeleteMonitor(DeleteMonitorRequest request)Deletes the specified monitor.DeleteOnPremiseVantagePointResponsedeleteOnPremiseVantagePoint(DeleteOnPremiseVantagePointRequest request)Deregisters the specified On-premise vantage point.DeleteScriptResponsedeleteScript(DeleteScriptRequest request)Deletes the specified script.DeleteWorkerResponsedeleteWorker(DeleteWorkerRequest request)Deregisters the specified worker.GetDedicatedVantagePointResponsegetDedicatedVantagePoint(GetDedicatedVantagePointRequest request)Gets the details of the dedicated vantage point identified by the OCID.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetMonitorResponsegetMonitor(GetMonitorRequest request)Gets the configuration of the monitor identified by the OCID.GetMonitorResultResponsegetMonitorResult(GetMonitorResultRequest request)Gets the results for a specific execution of a monitor identified by OCID.GetOnPremiseVantagePointResponsegetOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request)Gets the details of the On-premise vantage point identified by the OCID.ApmSyntheticPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetScriptResponsegetScript(GetScriptRequest request)Gets the configuration of the script identified by the OCID.GetWorkerResponsegetWorker(GetWorkerRequest request)Gets the details of the worker identified by the OCID.ListDedicatedVantagePointsResponselistDedicatedVantagePoints(ListDedicatedVantagePointsRequest request)Returns a list of dedicated vantage points.ListMonitorsResponselistMonitors(ListMonitorsRequest request)Returns a list of monitors.ListOnPremiseVantagePointsResponselistOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request)Returns a list of On-premise vantage points.ListPublicVantagePointsResponselistPublicVantagePoints(ListPublicVantagePointsRequest request)Returns a list of public vantage points.ListScriptsResponselistScripts(ListScriptsRequest request)Returns a list of scripts.ListWorkersResponselistWorkers(ListWorkersRequest request)Returns a list of workers.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateDedicatedVantagePointResponseupdateDedicatedVantagePoint(UpdateDedicatedVantagePointRequest request)Updates the dedicated vantage point.UpdateMonitorResponseupdateMonitor(UpdateMonitorRequest request)Updates the monitor.UpdateOnPremiseVantagePointResponseupdateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request)Updates the On-premise vantage point.UpdateScriptResponseupdateScript(UpdateScriptRequest request)Updates the script.UpdateWorkerResponseupdateWorker(UpdateWorkerRequest request)Updates the worker.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
aggregateNetworkDataAggregateNetworkDataResponse aggregateNetworkData(AggregateNetworkDataRequest request) Gets aggregated network data for given executions.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/AggregateNetworkDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AggregateNetworkData API. 
 
 - 
createDedicatedVantagePointCreateDedicatedVantagePointResponse createDedicatedVantagePoint(CreateDedicatedVantagePointRequest request) Registers a new dedicated vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/CreateDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDedicatedVantagePoint API. 
 
 - 
createMonitorCreateMonitorResponse createMonitor(CreateMonitorRequest request) Creates a new monitor.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/CreateMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitor API. 
 
 - 
createOnPremiseVantagePointCreateOnPremiseVantagePointResponse createOnPremiseVantagePoint(CreateOnPremiseVantagePointRequest request) Registers a new On-premise vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/CreateOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOnPremiseVantagePoint API. 
 
 - 
createScriptCreateScriptResponse createScript(CreateScriptRequest request) Creates a new script.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/CreateScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateScript API. 
 
 - 
createWorkerCreateWorkerResponse createWorker(CreateWorkerRequest request) Registers a new worker.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/CreateWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateWorker API. 
 
 - 
deleteDedicatedVantagePointDeleteDedicatedVantagePointResponse deleteDedicatedVantagePoint(DeleteDedicatedVantagePointRequest request) Deregisters the specified dedicated vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/DeleteDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDedicatedVantagePoint API. 
 
 - 
deleteMonitorDeleteMonitorResponse deleteMonitor(DeleteMonitorRequest request) Deletes the specified monitor.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/DeleteMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMonitor API. 
 
 - 
deleteOnPremiseVantagePointDeleteOnPremiseVantagePointResponse deleteOnPremiseVantagePoint(DeleteOnPremiseVantagePointRequest request) Deregisters the specified On-premise vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/DeleteOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOnPremiseVantagePoint API. 
 
 - 
deleteScriptDeleteScriptResponse deleteScript(DeleteScriptRequest request) Deletes the specified script.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/DeleteScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteScript API. 
 
 - 
deleteWorkerDeleteWorkerResponse deleteWorker(DeleteWorkerRequest request) Deregisters the specified worker.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/DeleteWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWorker API. 
 
 - 
getDedicatedVantagePointGetDedicatedVantagePointResponse getDedicatedVantagePoint(GetDedicatedVantagePointRequest request) Gets the details of the dedicated vantage point identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDedicatedVantagePoint API. 
 
 - 
getMonitorGetMonitorResponse getMonitor(GetMonitorRequest request) Gets the configuration of the monitor identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitor API. 
 
 - 
getMonitorResultGetMonitorResultResponse getMonitorResult(GetMonitorResultRequest request) Gets the results for a specific execution of a monitor identified by OCID.The results are in a HAR file, Screenshot, Console Log, Network details, Diagnostics or Script Content. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetMonitorResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitorResult API. 
 
 - 
getOnPremiseVantagePointGetOnPremiseVantagePointResponse getOnPremiseVantagePoint(GetOnPremiseVantagePointRequest request) Gets the details of the On-premise vantage point identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOnPremiseVantagePoint API. 
 
 - 
getScriptGetScriptResponse getScript(GetScriptRequest request) Gets the configuration of the script identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScript API. 
 
 - 
getWorkerGetWorkerResponse getWorker(GetWorkerRequest request) Gets the details of the worker identified by the OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/GetWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorker API. 
 
 - 
listDedicatedVantagePointsListDedicatedVantagePointsResponse listDedicatedVantagePoints(ListDedicatedVantagePointsRequest request) Returns a list of dedicated vantage points.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListDedicatedVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDedicatedVantagePoints API. 
 
 - 
listMonitorsListMonitorsResponse listMonitors(ListMonitorsRequest request) Returns a list of monitors.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListMonitorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitors API. 
 
 - 
listOnPremiseVantagePointsListOnPremiseVantagePointsResponse listOnPremiseVantagePoints(ListOnPremiseVantagePointsRequest request) Returns a list of On-premise vantage points.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListOnPremiseVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOnPremiseVantagePoints API. 
 
 - 
listPublicVantagePointsListPublicVantagePointsResponse listPublicVantagePoints(ListPublicVantagePointsRequest request) Returns a list of public vantage points.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListPublicVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPublicVantagePoints API. 
 
 - 
listScriptsListScriptsResponse listScripts(ListScriptsRequest request) Returns a list of scripts.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListScriptsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScripts API. 
 
 - 
listWorkersListWorkersResponse listWorkers(ListWorkersRequest request) Returns a list of workers.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/ListWorkersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkers API. 
 
 - 
updateDedicatedVantagePointUpdateDedicatedVantagePointResponse updateDedicatedVantagePoint(UpdateDedicatedVantagePointRequest request) Updates the dedicated vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/UpdateDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDedicatedVantagePoint API. 
 
 - 
updateMonitorUpdateMonitorResponse updateMonitor(UpdateMonitorRequest request) Updates the monitor.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/UpdateMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitor API. 
 
 - 
updateOnPremiseVantagePointUpdateOnPremiseVantagePointResponse updateOnPremiseVantagePoint(UpdateOnPremiseVantagePointRequest request) Updates the On-premise vantage point.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/UpdateOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOnPremiseVantagePoint API. 
 
 - 
updateScriptUpdateScriptResponse updateScript(UpdateScriptRequest request) Updates the script.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/UpdateScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateScript API. 
 
 - 
updateWorkerUpdateWorkerResponse updateWorker(UpdateWorkerRequest request) Updates the worker.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/apmsynthetics/UpdateWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWorker API. 
 
 - 
getPaginatorsApmSyntheticPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-