Class GetResourceConfigHistoryRequest

    • Method Detail

      • resourceId

        public final String resourceId()

        The ID of the resource (for example., sg-xxxxxx).

        Returns:
        The ID of the resource (for example., sg-xxxxxx).
      • laterTime

        public final Instant laterTime()

        The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.

        Returns:
        The chronologically latest time in the time range for which the history requested. If not specified, current time is taken.
      • earlierTime

        public final Instant earlierTime()

        The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.

        Returns:
        The chronologically earliest time in the time range for which the history requested. If not specified, the action returns paginated results that contain configuration items that start when the first configuration item was recorded.
      • chronologicalOrderAsString

        public final String chronologicalOrderAsString()

        The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.

        If the service returns an enum value that is not available in the current SDK version, chronologicalOrder will return ChronologicalOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from chronologicalOrderAsString().

        Returns:
        The chronological order for configuration items listed. By default, the results are listed in reverse chronological order.
        See Also:
        ChronologicalOrder
      • limit

        public final Integer limit()

        The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

        Returns:
        The maximum number of configuration items returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
      • nextToken

        public final String nextToken()

        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

        Returns:
        The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
      • 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