| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.builder() |
ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.Builder.nextToken(String nextToken)
If the list 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.
|
ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.Builder.objectLambdaAccessPointList(Collection<ObjectLambdaAccessPoint> objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.Builder.objectLambdaAccessPointList(Consumer<ObjectLambdaAccessPoint.Builder>... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.Builder.objectLambdaAccessPointList(ObjectLambdaAccessPoint... objectLambdaAccessPointList)
Returns list of Object Lambda Access Points.
|
ListAccessPointsForObjectLambdaResponse.Builder |
ListAccessPointsForObjectLambdaResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccessPointsForObjectLambdaResponse.Builder> |
ListAccessPointsForObjectLambdaResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.