Class ListRecoveryPointsRequest

    • Method Detail

      • endTime

        public final Instant endTime()

        The time when creation of the recovery point finished.

        Returns:
        The time when creation of the recovery point finished.
      • maxResults

        public final Integer maxResults()

        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

        Returns:
        An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
      • namespaceArn

        public final String namespaceArn()

        The Amazon Resource Name (ARN) of the namespace from which to list recovery points.

        Returns:
        The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
      • namespaceName

        public final String namespaceName()

        The name of the namespace to list recovery points for.

        Returns:
        The name of the namespace to list recovery points for.
      • nextToken

        public final String nextToken()

        If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in following ListRecoveryPoints operations, which returns results in the next page.

        Returns:
        If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in following ListRecoveryPoints operations, which returns results in the next page.
      • startTime

        public final Instant startTime()

        The time when the recovery point's creation was initiated.

        Returns:
        The time when the recovery point's creation was initiated.
      • 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