Class ListSnapshotsRequest

    • Method Detail

      • endTime

        public final Instant endTime()

        The timestamp showing when the snapshot creation finished.

        Returns:
        The timestamp showing when the snapshot creation 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 all snapshots.

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

        public final String namespaceName()

        The namespace from which to list all snapshots.

        Returns:
        The namespace from which to list all snapshots.
      • nextToken

        public final String nextToken()

        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

        Returns:
        If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
      • ownerAccount

        public final String ownerAccount()

        The owner Amazon Web Services account of the snapshot.

        Returns:
        The owner Amazon Web Services account of the snapshot.
      • startTime

        public final Instant startTime()

        The time when the creation of the snapshot was initiated.

        Returns:
        The time when the creation of the snapshot 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