Class ListAccessPointsForDirectoryBucketsRequest

    • Method Detail

      • accountId

        public final String accountId()

        The Amazon Web Services account ID that owns the access points.

        Returns:
        The Amazon Web Services account ID that owns the access points.
      • directoryBucket

        public final String directoryBucket()

        The name of the directory bucket associated with the access points you want to list.

        Returns:
        The name of the directory bucket associated with the access points you want to list.
      • nextToken

        public final String nextToken()

        If NextToken is returned, there are more access points available than requested in the maxResults value. 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. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Returns:
        If NextToken is returned, there are more access points available than requested in the maxResults value. 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. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
      • maxResults

        public final Integer maxResults()

        The maximum number of access points that you would like returned in the ListAccessPointsForDirectoryBuckets response. If the directory bucket is associated with more than this number of access points, the results include the pagination token NextToken. Make another call using the NextToken to retrieve more results.

        Returns:
        The maximum number of access points that you would like returned in the ListAccessPointsForDirectoryBuckets response. If the directory bucket is associated with more than this number of access points, the results include the pagination token NextToken. Make another call using the NextToken to retrieve more results.
      • 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