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

Interface AWSCloudWatchRUMAsync

  • All Superinterfaces:
    AWSCloudWatchRUM
    All Known Implementing Classes:
    AbstractAWSCloudWatchRUMAsync, AWSCloudWatchRUMAsyncClient


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public interface AWSCloudWatchRUMAsync
    extends AWSCloudWatchRUM 
    Interface for accessing CloudWatch RUM 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 AbstractAWSCloudWatchRUMAsync instead.

    With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. The data collected includes page load times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and also see breakdowns by the browsers and devices that your customers use.

    You can use the collected data to quickly identify and debug client-side performance issues. CloudWatch RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error messages, stack traces, and user sessions. You can also use RUM to understand the range of end-user impact including the number of users, geolocations, and browsers used.

    • Method Detail

      • batchCreateRumMetricDefinitionsAsync

        Future<BatchCreateRumMetricDefinitionsResult> batchCreateRumMetricDefinitionsAsync(BatchCreateRumMetricDefinitionsRequest batchCreateRumMetricDefinitionsRequest)

        Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently.

        By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM.

        In addition to these default metrics, you can choose to send extended metrics, custom metrics, or both.

        • Extended metrics let you send metrics with additional dimensions that aren't included in the default metrics. You can also send extended metrics to both Evidently and CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently.

        • Custom metrics are metrics that you define. You can send custom metrics to CloudWatch. CloudWatch Evidently, or both. With custom metrics, you can use any metric name and namespace. To derive the metrics, you can use any custom events, built-in events, custom attributes, or default attributes.

          You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace .

        The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200.

        The maximum number of metric definitions that one destination can contain is 2000.

        Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing.

        You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination.

        If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.

        Parameters:
        batchCreateRumMetricDefinitionsRequest -
        Returns:
        A Java Future containing the result of the BatchCreateRumMetricDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • batchCreateRumMetricDefinitionsAsync

        Future<BatchCreateRumMetricDefinitionsResult> batchCreateRumMetricDefinitionsAsync(BatchCreateRumMetricDefinitionsRequest batchCreateRumMetricDefinitionsRequest,
         AsyncHandler<BatchCreateRumMetricDefinitionsRequest,BatchCreateRumMetricDefinitionsResult> asyncHandler)

        Specifies the extended metrics and custom metrics that you want a CloudWatch RUM app monitor to send to a destination. Valid destinations include CloudWatch and Evidently.

        By default, RUM app monitors send some metrics to CloudWatch. These default metrics are listed in CloudWatch metrics that you can collect with CloudWatch RUM.

        In addition to these default metrics, you can choose to send extended metrics, custom metrics, or both.

        • Extended metrics let you send metrics with additional dimensions that aren't included in the default metrics. You can also send extended metrics to both Evidently and CloudWatch. The valid dimension names for the additional dimensions for extended metrics are BrowserName, CountryCode, DeviceType, FileType, OSName, and PageId. For more information, see Extended metrics that you can send to CloudWatch and CloudWatch Evidently.

        • Custom metrics are metrics that you define. You can send custom metrics to CloudWatch. CloudWatch Evidently, or both. With custom metrics, you can use any metric name and namespace. To derive the metrics, you can use any custom events, built-in events, custom attributes, or default attributes.

          You can't send custom metrics to the AWS/RUM namespace. You must send custom metrics to a custom namespace that you define. The namespace that you use can't start with AWS/. CloudWatch RUM prepends RUM/CustomMetrics/ to the custom namespace that you define, so the final namespace for your metrics in CloudWatch is RUM/CustomMetrics/your-custom-namespace .

        The maximum number of metric definitions that you can specify in one BatchCreateRumMetricDefinitions operation is 200.

        The maximum number of metric definitions that one destination can contain is 2000.

        Extended metrics sent to CloudWatch and RUM custom metrics are charged as CloudWatch custom metrics. Each combination of additional dimension name and dimension value counts as a custom metric. For more information, see Amazon CloudWatch Pricing.

        You must have already created a destination for the metrics before you send them. For more information, see PutRumMetricsDestination.

        If some metric definitions specified in a BatchCreateRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definitions in the same operation still succeed.

        Parameters:
        batchCreateRumMetricDefinitionsRequest -
        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 BatchCreateRumMetricDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • batchDeleteRumMetricDefinitionsAsync

        Future<BatchDeleteRumMetricDefinitionsResult> batchDeleteRumMetricDefinitionsAsync(BatchDeleteRumMetricDefinitionsRequest batchDeleteRumMetricDefinitionsRequest)

        Removes the specified metrics from being sent to an extended metrics destination.

        If some metric definition IDs specified in a BatchDeleteRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definition IDs in the same operation are still deleted.

        The maximum number of metric definitions that you can specify in one BatchDeleteRumMetricDefinitions operation is 200.

        Parameters:
        batchDeleteRumMetricDefinitionsRequest -
        Returns:
        A Java Future containing the result of the BatchDeleteRumMetricDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • batchDeleteRumMetricDefinitionsAsync

        Future<BatchDeleteRumMetricDefinitionsResult> batchDeleteRumMetricDefinitionsAsync(BatchDeleteRumMetricDefinitionsRequest batchDeleteRumMetricDefinitionsRequest,
         AsyncHandler<BatchDeleteRumMetricDefinitionsRequest,BatchDeleteRumMetricDefinitionsResult> asyncHandler)

        Removes the specified metrics from being sent to an extended metrics destination.

        If some metric definition IDs specified in a BatchDeleteRumMetricDefinitions operations are not valid, those metric definitions fail and return errors, but all valid metric definition IDs in the same operation are still deleted.

        The maximum number of metric definitions that you can specify in one BatchDeleteRumMetricDefinitions operation is 200.

        Parameters:
        batchDeleteRumMetricDefinitionsRequest -
        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 BatchDeleteRumMetricDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • batchGetRumMetricDefinitionsAsync

        Future<BatchGetRumMetricDefinitionsResult> batchGetRumMetricDefinitionsAsync(BatchGetRumMetricDefinitionsRequest batchGetRumMetricDefinitionsRequest)

        Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.

        Parameters:
        batchGetRumMetricDefinitionsRequest -
        Returns:
        A Java Future containing the result of the BatchGetRumMetricDefinitions operation returned by the service.
        See Also:
        AWS API Documentation
      • createAppMonitorAsync

        Future<CreateAppMonitorResult> createAppMonitorAsync(CreateAppMonitorRequest createAppMonitorRequest)

        Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.

        You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead.

        After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

        Parameters:
        createAppMonitorRequest -
        Returns:
        A Java Future containing the result of the CreateAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • createAppMonitorAsync

        Future<CreateAppMonitorResult> createAppMonitorAsync(CreateAppMonitorRequest createAppMonitorRequest,
         AsyncHandler<CreateAppMonitorRequest,CreateAppMonitorResult> asyncHandler)

        Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.

        You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead.

        After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

        Parameters:
        createAppMonitorRequest -
        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 CreateAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteAppMonitorAsync

        Future<DeleteAppMonitorResult> deleteAppMonitorAsync(DeleteAppMonitorRequest deleteAppMonitorRequest)

        Deletes an existing app monitor. This immediately stops the collection of data.

        Parameters:
        deleteAppMonitorRequest -
        Returns:
        A Java Future containing the result of the DeleteAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteAppMonitorAsync

        Future<DeleteAppMonitorResult> deleteAppMonitorAsync(DeleteAppMonitorRequest deleteAppMonitorRequest,
         AsyncHandler<DeleteAppMonitorRequest,DeleteAppMonitorResult> asyncHandler)

        Deletes an existing app monitor. This immediately stops the collection of data.

        Parameters:
        deleteAppMonitorRequest -
        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 DeleteAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteRumMetricsDestinationAsync

        Future<DeleteRumMetricsDestinationResult> deleteRumMetricsDestinationAsync(DeleteRumMetricsDestinationRequest deleteRumMetricsDestinationRequest)

        Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

        Parameters:
        deleteRumMetricsDestinationRequest -
        Returns:
        A Java Future containing the result of the DeleteRumMetricsDestination operation returned by the service.
        See Also:
        AWS API Documentation
      • deleteRumMetricsDestinationAsync

        Future<DeleteRumMetricsDestinationResult> deleteRumMetricsDestinationAsync(DeleteRumMetricsDestinationRequest deleteRumMetricsDestinationRequest,
         AsyncHandler<DeleteRumMetricsDestinationRequest,DeleteRumMetricsDestinationResult> asyncHandler)

        Deletes a destination for CloudWatch RUM extended metrics, so that the specified app monitor stops sending extended metrics to that destination.

        Parameters:
        deleteRumMetricsDestinationRequest -
        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 DeleteRumMetricsDestination operation returned by the service.
        See Also:
        AWS API Documentation
      • getAppMonitorAsync

        Future<GetAppMonitorResult> getAppMonitorAsync(GetAppMonitorRequest getAppMonitorRequest)

        Retrieves the complete configuration information for one app monitor.

        Parameters:
        getAppMonitorRequest -
        Returns:
        A Java Future containing the result of the GetAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • getAppMonitorAsync

        Future<GetAppMonitorResult> getAppMonitorAsync(GetAppMonitorRequest getAppMonitorRequest,
         AsyncHandler<GetAppMonitorRequest,GetAppMonitorResult> asyncHandler)

        Retrieves the complete configuration information for one app monitor.

        Parameters:
        getAppMonitorRequest -
        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 GetAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • getAppMonitorDataAsync

        Future<GetAppMonitorDataResult> getAppMonitorDataAsync(GetAppMonitorDataRequest getAppMonitorDataRequest)

        Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.

        Parameters:
        getAppMonitorDataRequest -
        Returns:
        A Java Future containing the result of the GetAppMonitorData operation returned by the service.
        See Also:
        AWS API Documentation
      • getAppMonitorDataAsync

        Future<GetAppMonitorDataResult> getAppMonitorDataAsync(GetAppMonitorDataRequest getAppMonitorDataRequest,
         AsyncHandler<GetAppMonitorDataRequest,GetAppMonitorDataResult> asyncHandler)

        Retrieves the raw performance events that RUM has collected from your web application, so that you can do your own processing or analysis of this data.

        Parameters:
        getAppMonitorDataRequest -
        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 GetAppMonitorData operation returned by the service.
        See Also:
        AWS API Documentation
      • listAppMonitorsAsync

        Future<ListAppMonitorsResult> listAppMonitorsAsync(ListAppMonitorsRequest listAppMonitorsRequest)

        Returns a list of the Amazon CloudWatch RUM app monitors in the account.

        Parameters:
        listAppMonitorsRequest -
        Returns:
        A Java Future containing the result of the ListAppMonitors operation returned by the service.
        See Also:
        AWS API Documentation
      • listAppMonitorsAsync

        Future<ListAppMonitorsResult> listAppMonitorsAsync(ListAppMonitorsRequest listAppMonitorsRequest,
         AsyncHandler<ListAppMonitorsRequest,ListAppMonitorsResult> asyncHandler)

        Returns a list of the Amazon CloudWatch RUM app monitors in the account.

        Parameters:
        listAppMonitorsRequest -
        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 ListAppMonitors operation returned by the service.
        See Also:
        AWS API Documentation
      • listRumMetricsDestinationsAsync

        Future<ListRumMetricsDestinationsResult> listRumMetricsDestinationsAsync(ListRumMetricsDestinationsRequest listRumMetricsDestinationsRequest)

        Returns a list of destinations that you have created to receive RUM extended metrics, for the specified app monitor.

        For more information about extended metrics, see AddRumMetrics.

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

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

        Displays the tags associated with a CloudWatch RUM resource.

        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
      • putRumEventsAsync

        Future<PutRumEventsResult> putRumEventsAsync(PutRumEventsRequest putRumEventsRequest)

        Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes PutRumEvents operations to send this data to RUM.

        Each PutRumEvents operation can send a batch of events from one user session.

        Parameters:
        putRumEventsRequest -
        Returns:
        A Java Future containing the result of the PutRumEvents operation returned by the service.
        See Also:
        AWS API Documentation
      • putRumEventsAsync

        Future<PutRumEventsResult> putRumEventsAsync(PutRumEventsRequest putRumEventsRequest,
         AsyncHandler<PutRumEventsRequest,PutRumEventsResult> asyncHandler)

        Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet that RUM generates for you to add to your application includes PutRumEvents operations to send this data to RUM.

        Each PutRumEvents operation can send a batch of events from one user session.

        Parameters:
        putRumEventsRequest -
        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 PutRumEvents operation returned by the service.
        See Also:
        AWS API Documentation
      • putRumMetricsDestinationAsync

        Future<PutRumMetricsDestinationResult> putRumMetricsDestinationAsync(PutRumMetricsDestinationRequest putRumMetricsDestinationRequest)

        Creates or updates a destination to receive extended metrics from CloudWatch RUM. You can send extended metrics to CloudWatch or to a CloudWatch Evidently experiment.

        For more information about extended metrics, see BatchCreateRumMetricDefinitions.

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

        Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)

        Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors.

        Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

        Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

        You can use the TagResource action with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

        You can associate as many as 50 tags with a resource.

        For more information, see Tagging Amazon Web Services resources.

        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)

        Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors.

        Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

        Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

        You can use the TagResource action with a resource that already has tags. If you specify a new tag key for the resource, this tag is appended to the list of tags associated with the alarm. If you specify a tag key that is already associated with the resource, the new tag value that you specify replaces the previous value for that tag.

        You can associate as many as 50 tags with a resource.

        For more information, see Tagging Amazon Web Services resources.

        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)

        Removes one or more tags from the specified resource.

        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)

        Removes one or more tags from the specified resource.

        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
      • updateAppMonitorAsync

        Future<UpdateAppMonitorResult> updateAppMonitorAsync(UpdateAppMonitorRequest updateAppMonitorRequest)

        Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept.

        You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource.

        To create a new app monitor, use CreateAppMonitor.

        After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

        Parameters:
        updateAppMonitorRequest -
        Returns:
        A Java Future containing the result of the UpdateAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
      • updateAppMonitorAsync

        Future<UpdateAppMonitorResult> updateAppMonitorAsync(UpdateAppMonitorRequest updateAppMonitorRequest,
         AsyncHandler<UpdateAppMonitorRequest,UpdateAppMonitorResult> asyncHandler)

        Updates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept.

        You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource.

        To create a new app monitor, use CreateAppMonitor.

        After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?

        Parameters:
        updateAppMonitorRequest -
        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 UpdateAppMonitor operation returned by the service.
        See Also:
        AWS API Documentation
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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