Class DescribeFileSystemsRequest

    • Method Detail

      • maxItems

        public final Integer maxItems()

        (Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.

        Returns:
        (Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
      • marker

        public final String marker()

        (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.

        Returns:
        (Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String). If present, specifies to continue the list from where the returning call had left off.
      • creationToken

        public final String creationToken()

        (Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.

        Returns:
        (Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
      • fileSystemId

        public final String fileSystemId()

        (Optional) ID of the file system whose description you want to retrieve (String).

        Returns:
        (Optional) ID of the file system whose description you want to retrieve (String).
      • 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