Class ListObjectsRequest

    • Method Detail

      • storageJobId

        public final String storageJobId()
        Storage job id
        Returns:
        Storage job id
      • startingObjectName

        public final String startingObjectName()
        Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL
        Returns:
        Optional, specifies the starting Object name to list from. Ignored if NextToken is not NULL
      • startingObjectPrefix

        public final String startingObjectPrefix()
        Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL
        Returns:
        Optional, specifies the starting Object prefix to list from. Ignored if NextToken is not NULL
      • maxResults

        public final Integer maxResults()
        Maximum objects count
        Returns:
        Maximum objects count
      • nextToken

        public final String nextToken()
        Pagination token
        Returns:
        Pagination token
      • createdBefore

        public final Instant createdBefore()
        (Optional) Created before filter
        Returns:
        (Optional) Created before filter
      • createdAfter

        public final Instant createdAfter()
        (Optional) Created after filter
        Returns:
        (Optional) Created after filter
      • 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