Class GetRelationalDatabaseEventsRequest

    • Method Detail

      • relationalDatabaseName

        public final String relationalDatabaseName()

        The name of the database from which to get events.

        Returns:
        The name of the database from which to get events.
      • durationInMinutes

        public final Integer durationInMinutes()

        The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.

        Default: 60

        The minimum is 1 and the maximum is 14 days (20160 minutes).

        Returns:
        The number of minutes in the past from which to retrieve events. For example, to get all events from the past 2 hours, enter 120.

        Default: 60

        The minimum is 1 and the maximum is 14 days (20160 minutes).

      • pageToken

        public final String pageToken()

        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

        Returns:
        The token to advance to the next page of results from your request.

        To get a page token, perform an initial GetRelationalDatabaseEvents request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

      • 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