ListAccessPointsForDirectoryBucketsRequest
Types
Properties
Link copied to clipboard
The name of the directory bucket associated with the access points you want to list.
Link copied to clipboard
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.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun copy(block: ListAccessPointsForDirectoryBucketsRequest.Builder.() -> Unit = {}): ListAccessPointsForDirectoryBucketsRequest