Class DescribeAccessPointsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        (Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.

        Returns:
        (Optional) When retrieving all access points for a file system, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
      • nextToken

        public final String nextToken()

        NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.

        Returns:
        NextToken is present if the response is paginated. You can use NextMarker in the subsequent request to fetch the next page of access point descriptions.
      • accessPointId

        public final String accessPointId()

        (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.

        Returns:
        (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
      • fileSystemId

        public final String fileSystemId()

        (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.

        Returns:
        (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
      • 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