Class GetCredentialsResponse

    • Method Detail

      • dbPassword

        public final String dbPassword()

        A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.

        Returns:
        A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.
      • dbUser

        public final String dbUser()

        A database user name that is authorized to log on to the database DbName using the password DbPassword. If the specified DbUser exists in the database, the new user name has the same database privileges as the the user named in DbUser. By default, the user is added to PUBLIC.

        Returns:
        A database user name that is authorized to log on to the database DbName using the password DbPassword. If the specified DbUser exists in the database, the new user name has the same database privileges as the the user named in DbUser. By default, the user is added to PUBLIC.
      • expiration

        public final Instant expiration()

        The date and time the password in DbPassword expires.

        Returns:
        The date and time the password in DbPassword expires.
      • nextRefreshTime

        public final Instant nextRefreshTime()

        The date and time of when the DbUser and DbPassword authorization refreshes.

        Returns:
        The date and time of when the DbUser and DbPassword authorization refreshes.
      • 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