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() |
|