JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticfilesystem.model

Class DescribeAccessPointsRequest

    • Constructor Detail

      • DescribeAccessPointsRequest

        public DescribeAccessPointsRequest()
    • Method Detail

      • setMaxResults

        public void setMaxResults(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.

        Parameters:
        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.
      • getMaxResults

        public Integer getMaxResults()

        (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.
      • withMaxResults

        public DescribeAccessPointsRequest withMaxResults(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(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.

        Parameters:
        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.
      • getNextToken

        public String getNextToken()

        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.
      • withNextToken

        public DescribeAccessPointsRequest withNextToken(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • setAccessPointId

        public void setAccessPointId(String accessPointId)

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

        Parameters:
        accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
      • getAccessPointId

        public String getAccessPointId()

        (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.
      • withAccessPointId

        public DescribeAccessPointsRequest withAccessPointId(String accessPointId)

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

        Parameters:
        accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with FileSystemId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFileSystemId

        public void setFileSystemId(String fileSystemId)

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

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

        public String getFileSystemId()

        (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.
      • withFileSystemId

        public DescribeAccessPointsRequest withFileSystemId(String fileSystemId)

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

        Parameters:
        fileSystemId - (Optional) If you provide a FileSystemId, EFS returns all access points for that file system; mutually exclusive with AccessPointId.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /