Interface JavaManagementService

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    JavaManagementServiceClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20210610")
    public interface JavaManagementService
    extends AutoCloseable
    The APIs for the Fleet Management feature of Java Management Service to monitor and manage the usage of Java in your enterprise.

    Use these APIs to manage fleets, configure managed instances to report to fleets, and gain insights into the Java workloads running on these instances by carrying out basic and advanced features. 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
      • addFleetInstallationSites

        AddFleetInstallationSitesResponse addFleetInstallationSites​(AddFleetInstallationSitesRequest request)
        Add Java installation sites in a Fleet.
        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/jms/AddFleetInstallationSitesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddFleetInstallationSites API.

      • cancelWorkRequest

        CancelWorkRequestResponse cancelWorkRequest​(CancelWorkRequestRequest request)
        Deletes the work request specified by an identifier.
        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/jms/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API.

      • changeFleetCompartment

        ChangeFleetCompartmentResponse changeFleetCompartment​(ChangeFleetCompartmentRequest request)
        Move a specified Fleet into the compartment identified in the POST form.

        When provided, If-Match is checked against ETag values of the resource.

        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/jms/ChangeFleetCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFleetCompartment API.

      • createBlocklist

        CreateBlocklistResponse createBlocklist​(CreateBlocklistRequest request)
        Add a new record to the fleet blocklist.
        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/jms/CreateBlocklistExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBlocklist API.

      • createDrsFile

        CreateDrsFileResponse createDrsFile​(CreateDrsFileRequest request)
        Request to perform validation of the DRS file and create the file to the Object Storage.
        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/jms/CreateDrsFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDrsFile API.

      • createFleet

        CreateFleetResponse createFleet​(CreateFleetRequest request)
        Create a new Fleet using the information provided.

        `inventoryLog` is now a required parameter for CreateFleet API. Update existing applications using this API before July 15, 2022 to ensure the applications continue to work. See the [Service Change Notice](https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#JMS) for more details. Migrate existing fleets using the `UpdateFleet` API to set the `inventoryLog` parameter.

        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/jms/CreateFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFleet API.

      • createJmsPlugin

        CreateJmsPluginResponse createJmsPlugin​(CreateJmsPluginRequest request)
        Registers an agent’s JmsPlugin, optionally attaching to an existing fleet of the tenancy.

        JmsPlugins registered fleet-less are created with lifecycle state INACTIVE. For the operation to be authorized, the agent must exist, and the authorized user requires JMS_PLUGIN_CREATE permission for the agent’s compartment.

        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/jms/CreateJmsPluginExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateJmsPlugin API.

      • deleteBlocklist

        DeleteBlocklistResponse deleteBlocklist​(DeleteBlocklistRequest request)
        Deletes the blocklist record specified by an identifier.
        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/jms/DeleteBlocklistExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBlocklist API.

      • deleteCryptoAnalysisResult

        DeleteCryptoAnalysisResultResponse deleteCryptoAnalysisResult​(DeleteCryptoAnalysisResultRequest request)
        Deletes the metadata for the result of a Crypto event analysis.

        The actual report shall remain in the object storage.

        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/jms/DeleteCryptoAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCryptoAnalysisResult API.

      • deleteDrsFile

        DeleteDrsFileResponse deleteDrsFile​(DeleteDrsFileRequest request)
        Request to delete the DRS file from the Object Storage.
        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/jms/DeleteDrsFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDrsFile API.

      • deleteFleet

        DeleteFleetResponse deleteFleet​(DeleteFleetRequest request)
        Deletes the Fleet specified by an identifier.
        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/jms/DeleteFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFleet API.

      • deleteJavaMigrationAnalysisResult

        DeleteJavaMigrationAnalysisResultResponse deleteJavaMigrationAnalysisResult​(DeleteJavaMigrationAnalysisResultRequest request)
        Delete the Java migration analysis result.

        The actual report will remain in the Object Storage bucket.

        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/jms/DeleteJavaMigrationAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteJavaMigrationAnalysisResult API.

      • deleteJmsPlugin

        DeleteJmsPluginResponse deleteJmsPlugin​(DeleteJmsPluginRequest request)
        Deletes a JmsPlugin.

        The JmsPlugin may be visible for some time with state DELETED. Deleted plugins will not be able to communicate with the JMS service.

        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/jms/DeleteJmsPluginExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteJmsPlugin API.

      • deletePerformanceTuningAnalysisResult

        DeletePerformanceTuningAnalysisResultResponse deletePerformanceTuningAnalysisResult​(DeletePerformanceTuningAnalysisResultRequest request)
        Deletes only the metadata of the Performance Tuning Analysis result, but the file remains in the object storage.
        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/jms/DeletePerformanceTuningAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePerformanceTuningAnalysisResult API.

      • disableDrs

        DisableDrsResponse disableDrs​(DisableDrsRequest request)
        Request to disable the DRS in the selected target in the Fleet.
        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/jms/DisableDrsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableDrs API.

      • enableDrs

        EnableDrsResponse enableDrs​(EnableDrsRequest request)
        Request to enable the DRS in the selected target in the Fleet.
        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/jms/EnableDrsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDrs API.

      • generateAgentDeployScript

        GenerateAgentDeployScriptResponse generateAgentDeployScript​(GenerateAgentDeployScriptRequest request)
        Generates Agent Deploy Script for Fleet using the information provided.
        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/jms/GenerateAgentDeployScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateAgentDeployScript API.

      • generateAgentInstallerConfiguration

        GenerateAgentInstallerConfigurationResponse generateAgentInstallerConfiguration​(GenerateAgentInstallerConfigurationRequest request)
        Generates the agent installer configuration using the information provided.
        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/jms/GenerateAgentInstallerConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateAgentInstallerConfiguration API.

      • generateLoadPipelineScript

        GenerateLoadPipelineScriptResponse generateLoadPipelineScript​(GenerateLoadPipelineScriptRequest request)
        Generates Load Pipeline 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/jms/GenerateLoadPipelineScriptExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateLoadPipelineScript API.

      • getCryptoAnalysisResult

        GetCryptoAnalysisResultResponse getCryptoAnalysisResult​(GetCryptoAnalysisResultRequest request)
        Retrieve the metadata for the result of a Crypto event analysis.
        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/jms/GetCryptoAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCryptoAnalysisResult API.

      • getDrsFile

        GetDrsFileResponse getDrsFile​(GetDrsFileRequest request)
        Get the detail about the created DRS file in the Fleet.
        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/jms/GetDrsFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDrsFile API.

      • getExportSetting

        GetExportSettingResponse getExportSetting​(GetExportSettingRequest request)
        Returns export setting for the specified fleet.
        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/jms/GetExportSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExportSetting API.

      • getExportStatus

        GetExportStatusResponse getExportStatus​(GetExportStatusRequest request)
        Returns last export status for the specified fleet.
        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/jms/GetExportStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExportStatus API.

      • getFleet

        GetFleetResponse getFleet​(GetFleetRequest request)
        Retrieve a Fleet with the specified identifier.
        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/jms/GetFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleet API.

      • getFleetAdvancedFeatureConfiguration

        GetFleetAdvancedFeatureConfigurationResponse getFleetAdvancedFeatureConfiguration​(GetFleetAdvancedFeatureConfigurationRequest request)
        Returns Fleet level advanced feature configuration.
        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/jms/GetFleetAdvancedFeatureConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleetAdvancedFeatureConfiguration API.

      • getFleetAgentConfiguration

        GetFleetAgentConfigurationResponse getFleetAgentConfiguration​(GetFleetAgentConfigurationRequest request)
        Retrieve a Fleet Agent Configuration for the specified Fleet.
        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/jms/GetFleetAgentConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFleetAgentConfiguration API.

      • getJavaFamily

        GetJavaFamilyResponse getJavaFamily​(GetJavaFamilyRequest request)
        Returns metadata associated with a specific Java release family.
        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/jms/GetJavaFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJavaFamily API.

      • getJavaMigrationAnalysisResult

        GetJavaMigrationAnalysisResultResponse getJavaMigrationAnalysisResult​(GetJavaMigrationAnalysisResultRequest request)
        Retrieve Java Migration Analysis result.
        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/jms/GetJavaMigrationAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJavaMigrationAnalysisResult API.

      • getJavaRelease

        GetJavaReleaseResponse getJavaRelease​(GetJavaReleaseRequest request)
        Returns detail of a Java release.
        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/jms/GetJavaReleaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJavaRelease API.

      • getJmsPlugin

        GetJmsPluginResponse getJmsPlugin​(GetJmsPluginRequest request)
        Returns the JmsPlugin.
        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/jms/GetJmsPluginExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetJmsPlugin API.

      • getPerformanceTuningAnalysisResult

        GetPerformanceTuningAnalysisResultResponse getPerformanceTuningAnalysisResult​(GetPerformanceTuningAnalysisResultRequest request)
        Retrieve metadata of the Performance Tuning Analysis result.
        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/jms/GetPerformanceTuningAnalysisResultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPerformanceTuningAnalysisResult API.

      • getWorkRequest

        GetWorkRequestResponse getWorkRequest​(GetWorkRequestRequest request)
        Retrieve the details of a work request with the specified ID.
        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/jms/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.

      • listAgentInstallers

        ListAgentInstallersResponse listAgentInstallers​(ListAgentInstallersRequest request)
        Returns a list of the agent installer information.
        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/jms/ListAgentInstallersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAgentInstallers API.

      • listAnnouncements

        ListAnnouncementsResponse listAnnouncements​(ListAnnouncementsRequest request)
        Return a list of AnnouncementSummary items
        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/jms/ListAnnouncementsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAnnouncements API.

      • listBlocklists

        ListBlocklistsResponse listBlocklists​(ListBlocklistsRequest request)
        Returns a list of blocklist entities contained by a fleet.
        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/jms/ListBlocklistsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBlocklists API.

      • listCryptoAnalysisResults

        ListCryptoAnalysisResultsResponse listCryptoAnalysisResults​(ListCryptoAnalysisResultsRequest request)
        Lists the results of a Crypto event analysis.
        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/jms/ListCryptoAnalysisResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCryptoAnalysisResults API.

      • listDrsFiles

        ListDrsFilesResponse listDrsFiles​(ListDrsFilesRequest request)
        List the details about the created DRS files in the Fleet.
        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/jms/ListDrsFilesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDrsFiles API.

      • listFleetDiagnoses

        ListFleetDiagnosesResponse listFleetDiagnoses​(ListFleetDiagnosesRequest request)
        List potential diagnoses that would put a fleet into FAILED or NEEDS_ATTENTION lifecycle state.
        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/jms/ListFleetDiagnosesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetDiagnoses API.

      • listFleetErrors

        ListFleetErrorsResponse listFleetErrors​(ListFleetErrorsRequest request)
        Returns a list of fleet errors that describe all detected errors.
        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/jms/ListFleetErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleetErrors API.

      • listFleets

        ListFleetsResponse listFleets​(ListFleetsRequest request)
        Returns a list of all the Fleets contained by a compartment.

        The query parameter compartmentId is required unless the query parameter id is specified.

        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/jms/ListFleetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFleets API.

      • listInstallationSites

        ListInstallationSitesResponse listInstallationSites​(ListInstallationSitesRequest request)
        List Java installation sites in a Fleet filtered by query parameters.
        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/jms/ListInstallationSitesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListInstallationSites API.

      • listJavaFamilies

        ListJavaFamiliesResponse listJavaFamilies​(ListJavaFamiliesRequest request)
        Returns a list of the Java release family information.

        A Java release family is typically a major version in the Java version identifier.

        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/jms/ListJavaFamiliesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJavaFamilies API.

      • listJavaMigrationAnalysisResults

        ListJavaMigrationAnalysisResultsResponse listJavaMigrationAnalysisResults​(ListJavaMigrationAnalysisResultsRequest request)
        Lists the results of a Java migration analysis.
        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/jms/ListJavaMigrationAnalysisResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJavaMigrationAnalysisResults API.

      • listJavaReleases

        ListJavaReleasesResponse listJavaReleases​(ListJavaReleasesRequest request)
        Returns a list of Java releases.
        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/jms/ListJavaReleasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJavaReleases API.

      • listJmsPlugins

        ListJmsPluginsResponse listJmsPlugins​(ListJmsPluginsRequest request)
        Lists the JmsPlugins.
        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/jms/ListJmsPluginsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJmsPlugins API.

      • listJreUsage

        ListJreUsageResponse listJreUsage​(ListJreUsageRequest request)
        List Java Runtime usage in a specified host filtered by query parameters.
        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/jms/ListJreUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListJreUsage API.

      • listPerformanceTuningAnalysisResults

        ListPerformanceTuningAnalysisResultsResponse listPerformanceTuningAnalysisResults​(ListPerformanceTuningAnalysisResultsRequest request)
        List Performance Tuning Analysis results.
        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/jms/ListPerformanceTuningAnalysisResultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPerformanceTuningAnalysisResults API.

      • listPluginErrors

        ListPluginErrorsResponse listPluginErrors​(ListPluginErrorsRequest request)
        Returns a list of plugin errors that describe all detected errors.
        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/jms/ListPluginErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPluginErrors API.

      • listWorkItems

        ListWorkItemsResponse listWorkItems​(ListWorkItemsRequest request)
        Retrieve a paginated list of work items for a specified work request.
        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/jms/ListWorkItemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkItems API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse listWorkRequestErrors​(ListWorkRequestErrorsRequest request)
        Retrieve a (paginated) list of errors for a specified work request.
        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/jms/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Retrieve a paginated list of logs for a specified work request.
        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/jms/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.

      • listWorkRequests

        ListWorkRequestsResponse listWorkRequests​(ListWorkRequestsRequest request)
        List the work requests in a compartment.

        The query parameter compartmentId is required unless the query parameter id or fleetId is specified.

        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/jms/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • removeFleetInstallationSites

        RemoveFleetInstallationSitesResponse removeFleetInstallationSites​(RemoveFleetInstallationSitesRequest request)
        Remove Java installation sites in a Fleet.
        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/jms/RemoveFleetInstallationSitesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveFleetInstallationSites API.

      • requestCryptoAnalyses

        RequestCryptoAnalysesResponse requestCryptoAnalyses​(RequestCryptoAnalysesRequest request)
        Request to perform crypto analysis on one or more selected targets in the Fleet.

        The result of the crypto analysis will be uploaded to the object storage bucket created by JMS on enabling the Crypto Event Analysis feature in the Fleet.

        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/jms/RequestCryptoAnalysesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestCryptoAnalyses API.

      • requestDeployedApplicationMigrationAnalyses

        RequestDeployedApplicationMigrationAnalysesResponse requestDeployedApplicationMigrationAnalyses​(RequestDeployedApplicationMigrationAnalysesRequest request)
        Request to perform a deployed Java migration analyses.

        The results of the deployed Java migration analyses will be uploaded to the Object Storage bucket that you designate when you enable the Java Migration Analyses feature.

        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/jms/RequestDeployedApplicationMigrationAnalysesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestDeployedApplicationMigrationAnalyses API.

      • requestJavaMigrationAnalyses

        RequestJavaMigrationAnalysesResponse requestJavaMigrationAnalyses​(RequestJavaMigrationAnalysesRequest request)
        Request to perform a Java migration analysis.

        The results of the Java migration analysis will be uploaded to the Object Storage bucket that you designate when you enable the Java Migration Analysis feature.

        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/jms/RequestJavaMigrationAnalysesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestJavaMigrationAnalyses API.

      • requestJfrRecordings

        RequestJfrRecordingsResponse requestJfrRecordings​(RequestJfrRecordingsRequest request)
        Request to collect the JFR recordings on the selected target in the Fleet.

        The JFR files are uploaded to the object storage bucket created by JMS on enabling Generic JFR feature in the Fleet.

        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/jms/RequestJfrRecordingsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestJfrRecordings API.

      • requestPerformanceTuningAnalyses

        RequestPerformanceTuningAnalysesResponse requestPerformanceTuningAnalyses​(RequestPerformanceTuningAnalysesRequest request)
        Request to perform performance tuning analyses.

        The result of performance tuning analysis will be uploaded to the object storage bucket that you designated when you enabled the recording feature.

        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/jms/RequestPerformanceTuningAnalysesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestPerformanceTuningAnalyses API.

      • scanJavaServerUsage

        ScanJavaServerUsageResponse scanJavaServerUsage​(ScanJavaServerUsageRequest request)
        Scan Java Server usage in a fleet.
        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/jms/ScanJavaServerUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanJavaServerUsage API.

      • scanLibraryUsage

        ScanLibraryUsageResponse scanLibraryUsage​(ScanLibraryUsageRequest request)
        Scan library usage in a fleet.
        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/jms/ScanLibraryUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanLibraryUsage API.

      • summarizeApplicationInstallationUsage

        SummarizeApplicationInstallationUsageResponse summarizeApplicationInstallationUsage​(SummarizeApplicationInstallationUsageRequest request)
        Summarizes the application installation usage in a Fleet filtered by query parameters.

        In contrast to SummarizeApplicationUsage, which provides only information aggregated by application name, this operation provides installation details. This allows for better focusing of actions.

        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/jms/SummarizeApplicationInstallationUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeApplicationInstallationUsage API.

      • summarizeApplicationUsage

        SummarizeApplicationUsageResponse summarizeApplicationUsage​(SummarizeApplicationUsageRequest request)
        List application usage in a Fleet filtered by query parameters.
        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/jms/SummarizeApplicationUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeApplicationUsage API.

      • summarizeDeployedApplicationInstallationUsage

        SummarizeDeployedApplicationInstallationUsageResponse summarizeDeployedApplicationInstallationUsage​(SummarizeDeployedApplicationInstallationUsageRequest request)
        Summarize installation usage of an application deployed on Java servers in a fleet filtered by query parameters.

        In contrast to SummarizeDeployedApplicationUsage, which provides only information aggregated by the deployment information, this operation provides installation details and allows for better focusing of actions.

        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/jms/SummarizeDeployedApplicationInstallationUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDeployedApplicationInstallationUsage API.

      • summarizeDeployedApplicationUsage

        SummarizeDeployedApplicationUsageResponse summarizeDeployedApplicationUsage​(SummarizeDeployedApplicationUsageRequest request)
        List of deployed applications in a Fleet filtered by query parameters.
        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/jms/SummarizeDeployedApplicationUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeDeployedApplicationUsage API.

      • summarizeFleetErrors

        SummarizeFleetErrorsResponse summarizeFleetErrors​(SummarizeFleetErrorsRequest request)
        Returns a high level summary of FleetErrors.
        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/jms/SummarizeFleetErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeFleetErrors API.

      • summarizeInstallationUsage

        SummarizeInstallationUsageResponse summarizeInstallationUsage​(SummarizeInstallationUsageRequest request)
        List Java installation usage in a Fleet filtered by query parameters.
        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/jms/SummarizeInstallationUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeInstallationUsage API.

      • summarizeJavaServerInstanceUsage

        SummarizeJavaServerInstanceUsageResponse summarizeJavaServerInstanceUsage​(SummarizeJavaServerInstanceUsageRequest request)
        List Java Server instances in a fleet filtered by query parameters.
        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/jms/SummarizeJavaServerInstanceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeJavaServerInstanceUsage API.

      • summarizeJavaServerUsage

        SummarizeJavaServerUsageResponse summarizeJavaServerUsage​(SummarizeJavaServerUsageRequest request)
        List of Java servers in a Fleet filtered by query parameters.
        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/jms/SummarizeJavaServerUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeJavaServerUsage API.

      • summarizeJreUsage

        SummarizeJreUsageResponse summarizeJreUsage​(SummarizeJreUsageRequest request)
        List Java Runtime usage in a specified Fleet filtered by query parameters.
        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/jms/SummarizeJreUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeJreUsage API.

      • summarizeLibraryUsage

        SummarizeLibraryUsageResponse summarizeLibraryUsage​(SummarizeLibraryUsageRequest request)
        List libraries in a fleet filtered by query parameters.
        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/jms/SummarizeLibraryUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeLibraryUsage API.

      • summarizeManagedInstanceUsage

        SummarizeManagedInstanceUsageResponse summarizeManagedInstanceUsage​(SummarizeManagedInstanceUsageRequest request)
        List managed instance usage in a Fleet filtered by query parameters.
        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/jms/SummarizeManagedInstanceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeManagedInstanceUsage API.

      • summarizePluginErrors

        SummarizePluginErrorsResponse summarizePluginErrors​(SummarizePluginErrorsRequest request)
        Returns a high level summary of PluginErrors.
        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/jms/SummarizePluginErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizePluginErrors API.

      • summarizeResourceInventory

        SummarizeResourceInventoryResponse summarizeResourceInventory​(SummarizeResourceInventoryRequest request)
        Retrieve the inventory of JMS resources in the specified compartment: a list of the number of active fleets, managed instances, Java Runtimes, Java installations, and applications.
        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/jms/SummarizeResourceInventoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SummarizeResourceInventory API.

      • updateDrsFile

        UpdateDrsFileResponse updateDrsFile​(UpdateDrsFileRequest request)
        Request to perform validation of the DRS file and update the existing file in the Object Storage.
        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/jms/UpdateDrsFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDrsFile API.

      • updateExportSetting

        UpdateExportSettingResponse updateExportSetting​(UpdateExportSettingRequest request)
        Updates existing export setting for the specified fleet.
        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/jms/UpdateExportSettingExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExportSetting API.

      • updateFleet

        UpdateFleetResponse updateFleet​(UpdateFleetRequest request)
        Update the Fleet specified by an identifier.
        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/jms/UpdateFleetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleet API.

      • updateFleetAdvancedFeatureConfiguration

        UpdateFleetAdvancedFeatureConfigurationResponse updateFleetAdvancedFeatureConfiguration​(UpdateFleetAdvancedFeatureConfigurationRequest request)
        Update advanced feature configurations for the Fleet.

        Ensure that the namespace and bucket storage are created prior to turning on the JfrRecording or CryptoEventAnalysis feature.

        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/jms/UpdateFleetAdvancedFeatureConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleetAdvancedFeatureConfiguration API.

      • updateFleetAgentConfiguration

        UpdateFleetAgentConfigurationResponse updateFleetAgentConfiguration​(UpdateFleetAgentConfigurationRequest request)
        Update the Fleet Agent Configuration for the specified Fleet.
        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/jms/UpdateFleetAgentConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFleetAgentConfiguration API.

      • updateJmsPlugin

        UpdateJmsPluginResponse updateJmsPlugin​(UpdateJmsPluginRequest request)
        Updates the Fleet of a JmsPlugin.
        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/jms/UpdateJmsPluginExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateJmsPlugin API.

      • getWaiters

        JavaManagementServiceWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        JavaManagementServicePaginators 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.