Class ModifyCurrentDbClusterCapacityResponse

    • Method Detail

      • dbClusterIdentifier

        public final String dbClusterIdentifier()

        A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.

        Returns:
        A user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
      • pendingCapacity

        public final Integer pendingCapacity()

        A value that specifies the capacity that the DB cluster scales to next.

        Returns:
        A value that specifies the capacity that the DB cluster scales to next.
      • currentCapacity

        public final Integer currentCapacity()

        The current capacity of the DB cluster.

        Returns:
        The current capacity of the DB cluster.
      • secondsBeforeTimeout

        public final Integer secondsBeforeTimeout()

        The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.

        Returns:
        The number of seconds before a call to ModifyCurrentDBClusterCapacity times out.
      • timeoutAction

        public final String timeoutAction()

        The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.

        Returns:
        The timeout action of a call to ModifyCurrentDBClusterCapacity, either ForceApplyCapacityChange or RollbackCapacityChange.
      • 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