ListAccessPointsResponse.Builder |
ListAccessPointsResponse.Builder.accessPointList(Collection<AccessPoint> accessPointList) |
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
ListAccessPointsResponse.Builder |
ListAccessPointsResponse.Builder.accessPointList(Consumer<AccessPoint.Builder>... accessPointList) |
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
ListAccessPointsResponse.Builder |
ListAccessPointsResponse.Builder.accessPointList(AccessPoint... accessPointList) |
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
static ListAccessPointsResponse.Builder |
ListAccessPointsResponse.builder() |
|
ListAccessPointsResponse.Builder |
ListAccessPointsResponse.Builder.nextToken(String nextToken) |
If the specified bucket has more access points than can be returned in one call to this API, this field
contains a continuation token that you can provide in subsequent calls to this API to retrieve additional
access points.
|
ListAccessPointsResponse.Builder |
ListAccessPointsResponse.toBuilder() |
|