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

Interface MetadataCache

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      void add (Object obj, ResponseMetadata metadata)
      Adds a new entry to this cache, possibly evicting the oldest entry if the cache is at its size limit.
      ResponseMetadata get (Object obj)
      Returns the response metadata associated with the specified object, or null if no metadata is associated with that object.
    • Method Detail

      • add

        void add(Object obj,
         ResponseMetadata metadata)
        Adds a new entry to this cache, possibly evicting the oldest entry if the cache is at its size limit.
        Parameters:
        obj - The key by which to store the metadata.
        metadata - The metadata for this entry.
      • get

        ResponseMetadata get(Object obj)
        Returns the response metadata associated with the specified object, or null if no metadata is associated with that object.
        Parameters:
        obj - The key by which the desired metadata is stored.
        Returns:
        The response metadata associated with the given object key, otherwise null if no metadata is associated with that object.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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