Interface MetricsAccessKey.Provider

    • Method Detail

      • getAccessKey

        @CheckForNull
        MetricsAccessKey getAccessKey​(String accessKey)
        Returns the definition of the specific access key. Note that all entries in getAccessKeys() must be returned by this method, but it may also return additional entries.
        Parameters:
        accessKey - the access key to retrieve.
        Returns:
        the access key.