| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessPointsResponse.Builder |
ListAccessPointsResponse.Builder.accessPointList(AccessPoint... accessPointList)
Contains identification and configuration information for one or more access points associated with the
specified bucket.
|
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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccessPointsResponse.Builder> |
ListAccessPointsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.