JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws.services.applicationinsights

Interface AmazonApplicationInsightsAsync

  • All Superinterfaces:
    AmazonApplicationInsights
    All Known Implementing Classes:
    AbstractAmazonApplicationInsightsAsync, AmazonApplicationInsightsAsyncClient


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AmazonApplicationInsightsAsync
    extends AmazonApplicationInsights 
    Interface for accessing Application Insights asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

    Note: Do not directly implement this interface, new methods are added to it regularly. Extend from AbstractAmazonApplicationInsightsAsync instead.

    Amazon CloudWatch Application Insights

    Amazon CloudWatch Application Insights is a service that helps you detect common problems with your applications. It enables you to pinpoint the source of issues in your applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL Server), by providing key insights into detected problems.

    After you onboard your application, CloudWatch Application Insights identifies, recommends, and sets up metrics and logs. It continuously analyzes and correlates your metrics and logs for unusual behavior to surface actionable problems with your application. For example, if your application is slow and unresponsive and leading to HTTP 500 errors in your Application Load Balancer (ALB), Application Insights informs you that a memory pressure problem with your SQL Server database is occurring. It bases this analysis on impactful metrics and log errors.

    • Method Detail

      • addWorkloadAsync

        Future<AddWorkloadResult> addWorkloadAsync(AddWorkloadRequest addWorkloadRequest)

        Adds a workload to a component. Each component can have at most five workloads.

        Parameters:
        addWorkloadRequest -
        Returns:
        A Java Future containing the result of the AddWorkload operation returned by the service.
        See Also:
        AWS API Documentation
      • addWorkloadAsync

        Future<AddWorkloadResult> addWorkloadAsync(AddWorkloadRequest addWorkloadRequest,
         AsyncHandler<AddWorkloadRequest,AddWorkloadResult> asyncHandler)

        Adds a workload to a component. Each component can have at most five workloads.

        Parameters:
        addWorkloadRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the AddWorkload operation returned by the service.
        See Also:
        AWS API Documentation
      • createApplicationAsync

        Future<CreateApplicationResult> createApplicationAsync(CreateApplicationRequest createApplicationRequest,
         AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)

        Adds an application that is created from a resource group.

        Parameters:
        createApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • createComponentAsync

        Future<CreateComponentResult> createComponentAsync(CreateComponentRequest createComponentRequest)

        Creates a custom component by grouping similar standalone instances to monitor.

        Parameters:
        createComponentRequest -
        Returns:
        A Java Future containing the result of the CreateComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • createComponentAsync

        Future<CreateComponentResult> createComponentAsync(CreateComponentRequest createComponentRequest,
         AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)

        Creates a custom component by grouping similar standalone instances to monitor.

        Parameters:
        createComponentRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • createLogPatternAsync

        Future<CreateLogPatternResult> createLogPatternAsync(CreateLogPatternRequest createLogPatternRequest,
         AsyncHandler<CreateLogPatternRequest,CreateLogPatternResult> asyncHandler)

        Adds an log pattern to a LogPatternSet.

        Parameters:
        createLogPatternRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the CreateLogPattern operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteApplicationAsync

        Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest)

        Removes the specified application from monitoring. Does not delete the application.

        Parameters:
        deleteApplicationRequest -
        Returns:
        A Java Future containing the result of the DeleteApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteApplicationAsync

        Future<DeleteApplicationResult> deleteApplicationAsync(DeleteApplicationRequest deleteApplicationRequest,
         AsyncHandler<DeleteApplicationRequest,DeleteApplicationResult> asyncHandler)

        Removes the specified application from monitoring. Does not delete the application.

        Parameters:
        deleteApplicationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteApplication operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteComponentAsync

        Future<DeleteComponentResult> deleteComponentAsync(DeleteComponentRequest deleteComponentRequest)

        Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

        Parameters:
        deleteComponentRequest -
        Returns:
        A Java Future containing the result of the DeleteComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteComponentAsync

        Future<DeleteComponentResult> deleteComponentAsync(DeleteComponentRequest deleteComponentRequest,
         AsyncHandler<DeleteComponentRequest,DeleteComponentResult> asyncHandler)

        Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

        Parameters:
        deleteComponentRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteLogPatternAsync

        Future<DeleteLogPatternResult> deleteLogPatternAsync(DeleteLogPatternRequest deleteLogPatternRequest,
         AsyncHandler<DeleteLogPatternRequest,DeleteLogPatternResult> asyncHandler)

        Removes the specified log pattern from a LogPatternSet.

        Parameters:
        deleteLogPatternRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DeleteLogPattern operation returned by the service.
        See Also:
        AWS API Documentation
      • describeComponentAsync

        Future<DescribeComponentResult> describeComponentAsync(DescribeComponentRequest describeComponentRequest)

        Describes a component and lists the resources that are grouped together in a component.

        Parameters:
        describeComponentRequest -
        Returns:
        A Java Future containing the result of the DescribeComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • describeComponentAsync

        Future<DescribeComponentResult> describeComponentAsync(DescribeComponentRequest describeComponentRequest,
         AsyncHandler<DescribeComponentRequest,DescribeComponentResult> asyncHandler)

        Describes a component and lists the resources that are grouped together in a component.

        Parameters:
        describeComponentRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DescribeComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • describeLogPatternAsync

        Future<DescribeLogPatternResult> describeLogPatternAsync(DescribeLogPatternRequest describeLogPatternRequest,
         AsyncHandler<DescribeLogPatternRequest,DescribeLogPatternResult> asyncHandler)

        Describe a specific log pattern from a LogPatternSet.

        Parameters:
        describeLogPatternRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DescribeLogPattern operation returned by the service.
        See Also:
        AWS API Documentation
      • describeProblemAsync

        Future<DescribeProblemResult> describeProblemAsync(DescribeProblemRequest describeProblemRequest,
         AsyncHandler<DescribeProblemRequest,DescribeProblemResult> asyncHandler)

        Describes an application problem.

        Parameters:
        describeProblemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DescribeProblem operation returned by the service.
        See Also:
        AWS API Documentation
      • describeWorkloadAsync

        Future<DescribeWorkloadResult> describeWorkloadAsync(DescribeWorkloadRequest describeWorkloadRequest,
         AsyncHandler<DescribeWorkloadRequest,DescribeWorkloadResult> asyncHandler)

        Describes a workload and its configuration.

        Parameters:
        describeWorkloadRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the DescribeWorkload operation returned by the service.
        See Also:
        AWS API Documentation
      • listApplicationsAsync

        Future<ListApplicationsResult> listApplicationsAsync(ListApplicationsRequest listApplicationsRequest,
         AsyncHandler<ListApplicationsRequest,ListApplicationsResult> asyncHandler)

        Lists the IDs of the applications that you are monitoring.

        Parameters:
        listApplicationsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListApplications operation returned by the service.
        See Also:
        AWS API Documentation
      • listComponentsAsync

        Future<ListComponentsResult> listComponentsAsync(ListComponentsRequest listComponentsRequest)

        Lists the auto-grouped, standalone, and custom components of the application.

        Parameters:
        listComponentsRequest -
        Returns:
        A Java Future containing the result of the ListComponents operation returned by the service.
        See Also:
        AWS API Documentation
      • listComponentsAsync

        Future<ListComponentsResult> listComponentsAsync(ListComponentsRequest listComponentsRequest,
         AsyncHandler<ListComponentsRequest,ListComponentsResult> asyncHandler)

        Lists the auto-grouped, standalone, and custom components of the application.

        Parameters:
        listComponentsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListComponents operation returned by the service.
        See Also:
        AWS API Documentation
      • listConfigurationHistoryAsync

        Future<ListConfigurationHistoryResult> listConfigurationHistoryAsync(ListConfigurationHistoryRequest listConfigurationHistoryRequest)

        Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

        • INFO: creating a new alarm or updating an alarm threshold.

        • WARN: alarm not created due to insufficient data points used to predict thresholds.

        • ERROR: alarm not created due to permission errors or exceeding quotas.

        Parameters:
        listConfigurationHistoryRequest -
        Returns:
        A Java Future containing the result of the ListConfigurationHistory operation returned by the service.
        See Also:
        AWS API Documentation
      • listConfigurationHistoryAsync

        Future<ListConfigurationHistoryResult> listConfigurationHistoryAsync(ListConfigurationHistoryRequest listConfigurationHistoryRequest,
         AsyncHandler<ListConfigurationHistoryRequest,ListConfigurationHistoryResult> asyncHandler)

        Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights. Examples of events represented are:

        • INFO: creating a new alarm or updating an alarm threshold.

        • WARN: alarm not created due to insufficient data points used to predict thresholds.

        • ERROR: alarm not created due to permission errors or exceeding quotas.

        Parameters:
        listConfigurationHistoryRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListConfigurationHistory operation returned by the service.
        See Also:
        AWS API Documentation
      • listLogPatternSetsAsync

        Future<ListLogPatternSetsResult> listLogPatternSetsAsync(ListLogPatternSetsRequest listLogPatternSetsRequest,
         AsyncHandler<ListLogPatternSetsRequest,ListLogPatternSetsResult> asyncHandler)

        Lists the log pattern sets in the specific application.

        Parameters:
        listLogPatternSetsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListLogPatternSets operation returned by the service.
        See Also:
        AWS API Documentation
      • listLogPatternsAsync

        Future<ListLogPatternsResult> listLogPatternsAsync(ListLogPatternsRequest listLogPatternsRequest)

        Lists the log patterns in the specific log LogPatternSet.

        Parameters:
        listLogPatternsRequest -
        Returns:
        A Java Future containing the result of the ListLogPatterns operation returned by the service.
        See Also:
        AWS API Documentation
      • listLogPatternsAsync

        Future<ListLogPatternsResult> listLogPatternsAsync(ListLogPatternsRequest listLogPatternsRequest,
         AsyncHandler<ListLogPatternsRequest,ListLogPatternsResult> asyncHandler)

        Lists the log patterns in the specific log LogPatternSet.

        Parameters:
        listLogPatternsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListLogPatterns operation returned by the service.
        See Also:
        AWS API Documentation
      • listProblemsAsync

        Future<ListProblemsResult> listProblemsAsync(ListProblemsRequest listProblemsRequest,
         AsyncHandler<ListProblemsRequest,ListProblemsResult> asyncHandler)

        Lists the problems with your application.

        Parameters:
        listProblemsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListProblems operation returned by the service.
        See Also:
        AWS API Documentation
      • listTagsForResourceAsync

        Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)

        Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

        Parameters:
        listTagsForResourceRequest -
        Returns:
        A Java Future containing the result of the ListTagsForResource operation returned by the service.
        See Also:
        AWS API Documentation
      • listTagsForResourceAsync

        Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
         AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)

        Retrieve a list of the tags (keys and values) that are associated with a specified application. A tag is a label that you optionally define and associate with an application. Each tag consists of a required tag key and an optional associated tag value. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

        Parameters:
        listTagsForResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListTagsForResource operation returned by the service.
        See Also:
        AWS API Documentation
      • listWorkloadsAsync

        Future<ListWorkloadsResult> listWorkloadsAsync(ListWorkloadsRequest listWorkloadsRequest)

        Lists the workloads that are configured on a given component.

        Parameters:
        listWorkloadsRequest -
        Returns:
        A Java Future containing the result of the ListWorkloads operation returned by the service.
        See Also:
        AWS API Documentation
      • listWorkloadsAsync

        Future<ListWorkloadsResult> listWorkloadsAsync(ListWorkloadsRequest listWorkloadsRequest,
         AsyncHandler<ListWorkloadsRequest,ListWorkloadsResult> asyncHandler)

        Lists the workloads that are configured on a given component.

        Parameters:
        listWorkloadsRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the ListWorkloads operation returned by the service.
        See Also:
        AWS API Documentation
      • removeWorkloadAsync

        Future<RemoveWorkloadResult> removeWorkloadAsync(RemoveWorkloadRequest removeWorkloadRequest,
         AsyncHandler<RemoveWorkloadRequest,RemoveWorkloadResult> asyncHandler)

        Remove workload from a component.

        Parameters:
        removeWorkloadRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the RemoveWorkload operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)

        Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

        Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

        Parameters:
        tagResourceRequest -
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • tagResourceAsync

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest,
         AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)

        Add one or more tags (keys and values) to a specified application. A tag is a label that you optionally define and associate with an application. Tags can help you categorize and manage application in different ways, such as by purpose, owner, environment, or other criteria.

        Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for more specific tag values. A tag value acts as a descriptor within a tag key.

        Parameters:
        tagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the TagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • untagResourceAsync

        Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)

        Remove one or more tags (keys and values) from a specified application.

        Parameters:
        untagResourceRequest -
        Returns:
        A Java Future containing the result of the UntagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • untagResourceAsync

        Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest,
         AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)

        Remove one or more tags (keys and values) from a specified application.

        Parameters:
        untagResourceRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UntagResource operation returned by the service.
        See Also:
        AWS API Documentation
      • updateComponentAsync

        Future<UpdateComponentResult> updateComponentAsync(UpdateComponentRequest updateComponentRequest)

        Updates the custom component name and/or the list of resources that make up the component.

        Parameters:
        updateComponentRequest -
        Returns:
        A Java Future containing the result of the UpdateComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • updateComponentAsync

        Future<UpdateComponentResult> updateComponentAsync(UpdateComponentRequest updateComponentRequest,
         AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)

        Updates the custom component name and/or the list of resources that make up the component.

        Parameters:
        updateComponentRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateComponent operation returned by the service.
        See Also:
        AWS API Documentation
      • updateComponentConfigurationAsync

        Future<UpdateComponentConfigurationResult> updateComponentConfigurationAsync(UpdateComponentConfigurationRequest updateComponentConfigurationRequest)

        Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

        Parameters:
        updateComponentConfigurationRequest -
        Returns:
        A Java Future containing the result of the UpdateComponentConfiguration operation returned by the service.
        See Also:
        AWS API Documentation
      • updateComponentConfigurationAsync

        Future<UpdateComponentConfigurationResult> updateComponentConfigurationAsync(UpdateComponentConfigurationRequest updateComponentConfigurationRequest,
         AsyncHandler<UpdateComponentConfigurationRequest,UpdateComponentConfigurationResult> asyncHandler)

        Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by DescribeComponentConfigurationRecommendation.

        Parameters:
        updateComponentConfigurationRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateComponentConfiguration operation returned by the service.
        See Also:
        AWS API Documentation
      • updateLogPatternAsync

        Future<UpdateLogPatternResult> updateLogPatternAsync(UpdateLogPatternRequest updateLogPatternRequest,
         AsyncHandler<UpdateLogPatternRequest,UpdateLogPatternResult> asyncHandler)

        Adds a log pattern to a LogPatternSet.

        Parameters:
        updateLogPatternRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateLogPattern operation returned by the service.
        See Also:
        AWS API Documentation
      • updateProblemAsync

        Future<UpdateProblemResult> updateProblemAsync(UpdateProblemRequest updateProblemRequest)

        Updates the visibility of the problem or specifies the problem as RESOLVED.

        Parameters:
        updateProblemRequest -
        Returns:
        A Java Future containing the result of the UpdateProblem operation returned by the service.
        See Also:
        AWS API Documentation
      • updateProblemAsync

        Future<UpdateProblemResult> updateProblemAsync(UpdateProblemRequest updateProblemRequest,
         AsyncHandler<UpdateProblemRequest,UpdateProblemResult> asyncHandler)

        Updates the visibility of the problem or specifies the problem as RESOLVED.

        Parameters:
        updateProblemRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateProblem operation returned by the service.
        See Also:
        AWS API Documentation
      • updateWorkloadAsync

        Future<UpdateWorkloadResult> updateWorkloadAsync(UpdateWorkloadRequest updateWorkloadRequest)

        Adds a workload to a component. Each component can have at most five workloads.

        Parameters:
        updateWorkloadRequest -
        Returns:
        A Java Future containing the result of the UpdateWorkload operation returned by the service.
        See Also:
        AWS API Documentation
      • updateWorkloadAsync

        Future<UpdateWorkloadResult> updateWorkloadAsync(UpdateWorkloadRequest updateWorkloadRequest,
         AsyncHandler<UpdateWorkloadRequest,UpdateWorkloadResult> asyncHandler)

        Adds a workload to a component. Each component can have at most five workloads.

        Parameters:
        updateWorkloadRequest -
        asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
        Returns:
        A Java Future containing the result of the UpdateWorkload operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /