Interface ApmSynthetic

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    ApmSyntheticClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public interface ApmSynthetic
    extends AutoCloseable
    Use 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 Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • setRegion

        void setRegion​(Region region)
        Sets the region to call (ex, Region.US_PHOENIX_1).

        Note, this will call setEndpoint after 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.
      • setRegion

        void 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 call setEndpoint.

        Parameters:
        regionId - The public region ID.
      • useRealmSpecificEndpointTemplate

        void 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
      • aggregateNetworkData

        AggregateNetworkDataResponse 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.63.0/apmsynthetics/AggregateNetworkDataExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AggregateNetworkData API.

      • createDedicatedVantagePoint

        CreateDedicatedVantagePointResponse 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.63.0/apmsynthetics/CreateDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDedicatedVantagePoint API.

      • createMonitor

        CreateMonitorResponse 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.63.0/apmsynthetics/CreateMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMonitor API.

      • createOnPremiseVantagePoint

        CreateOnPremiseVantagePointResponse 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.63.0/apmsynthetics/CreateOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOnPremiseVantagePoint API.

      • createScript

        CreateScriptResponse 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.63.0/apmsynthetics/CreateScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateScript API.

      • createWorker

        CreateWorkerResponse 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.63.0/apmsynthetics/CreateWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateWorker API.

      • deleteDedicatedVantagePoint

        DeleteDedicatedVantagePointResponse 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.63.0/apmsynthetics/DeleteDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDedicatedVantagePoint API.

      • deleteMonitor

        DeleteMonitorResponse 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.63.0/apmsynthetics/DeleteMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMonitor API.

      • deleteOnPremiseVantagePoint

        DeleteOnPremiseVantagePointResponse 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.63.0/apmsynthetics/DeleteOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOnPremiseVantagePoint API.

      • deleteScript

        DeleteScriptResponse 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.63.0/apmsynthetics/DeleteScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteScript API.

      • deleteWorker

        DeleteWorkerResponse 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.63.0/apmsynthetics/DeleteWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteWorker API.

      • getDedicatedVantagePoint

        GetDedicatedVantagePointResponse 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.63.0/apmsynthetics/GetDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDedicatedVantagePoint API.

      • getMonitor

        GetMonitorResponse 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.63.0/apmsynthetics/GetMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitor API.

      • getMonitorResult

        GetMonitorResultResponse 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 or Network details.

        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.63.0/apmsynthetics/GetMonitorResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMonitorResult API.

      • getOnPremiseVantagePoint

        GetOnPremiseVantagePointResponse 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.63.0/apmsynthetics/GetOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOnPremiseVantagePoint API.

      • getScript

        GetScriptResponse 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.63.0/apmsynthetics/GetScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScript API.

      • getWorker

        GetWorkerResponse 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.63.0/apmsynthetics/GetWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorker API.

      • listDedicatedVantagePoints

        ListDedicatedVantagePointsResponse 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.63.0/apmsynthetics/ListDedicatedVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDedicatedVantagePoints API.

      • listMonitors

        ListMonitorsResponse 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.63.0/apmsynthetics/ListMonitorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMonitors API.

      • listOnPremiseVantagePoints

        ListOnPremiseVantagePointsResponse 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.63.0/apmsynthetics/ListOnPremiseVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOnPremiseVantagePoints API.

      • listPublicVantagePoints

        ListPublicVantagePointsResponse 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.63.0/apmsynthetics/ListPublicVantagePointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPublicVantagePoints API.

      • listScripts

        ListScriptsResponse 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.63.0/apmsynthetics/ListScriptsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScripts API.

      • listWorkers

        ListWorkersResponse 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.63.0/apmsynthetics/ListWorkersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkers API.

      • updateDedicatedVantagePoint

        UpdateDedicatedVantagePointResponse 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.63.0/apmsynthetics/UpdateDedicatedVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDedicatedVantagePoint API.

      • updateMonitor

        UpdateMonitorResponse 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.63.0/apmsynthetics/UpdateMonitorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMonitor API.

      • updateOnPremiseVantagePoint

        UpdateOnPremiseVantagePointResponse 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.63.0/apmsynthetics/UpdateOnPremiseVantagePointExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOnPremiseVantagePoint API.

      • updateScript

        UpdateScriptResponse 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.63.0/apmsynthetics/UpdateScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateScript API.

      • updateWorker

        UpdateWorkerResponse 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.63.0/apmsynthetics/UpdateWorkerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateWorker API.

      • getPaginators

        ApmSyntheticPaginators getPaginators()
        Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.

        These paginators provide an Iterable interface 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.