Class WaiterAttribute<T>

  • Type Parameters:
    T - Type of metadata.

    @SdkProtectedApi
    public class WaiterAttribute<T>
    extends AttributeMap.Key<T>
    Key for additional attribute used in waiter classes

    Implementation notes: this class should've been outside internal package, but we can't fix it due to backwards compatibility reasons.

    • Constructor Detail

      • WaiterAttribute

        public WaiterAttribute​(Class<T> valueType)