Class ProvisionedCapacityResponse

    • Method Detail

      • activeQueryTCU

        public final Integer activeQueryTCU()

        The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode is PROVISIONED.

        Returns:
        The number of Timestream Compute Units (TCUs) provisioned in the account. This field is only visible when the compute mode is PROVISIONED.
      • notificationConfiguration

        public final AccountSettingsNotificationConfiguration notificationConfiguration()

        An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is PROVISIONED.

        Returns:
        An object that contains settings for notifications that are sent whenever the provisioned capacity settings are modified. This field is only visible when the compute mode is PROVISIONED.
      • lastUpdate

        public final LastUpdate lastUpdate()

        Information about the last update to the provisioned capacity settings.

        Returns:
        Information about the last update to the provisioned capacity settings.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)