Uses of Interface
software.amazon.awssdk.services.s3control.model.ListAccessPointsRequest.Builder
-
Packages that use ListAccessPointsRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of ListAccessPointsRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type ListAccessPointsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAccessPointsResponse>S3ControlAsyncClient. listAccessPoints(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket.default ListAccessPointsResponseS3ControlClient. listAccessPoints(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket.default ListAccessPointsPublisherS3ControlAsyncClient. listAccessPointsPaginator(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket.default ListAccessPointsIterableS3ControlClient. listAccessPointsPaginator(Consumer<ListAccessPointsRequest.Builder> listAccessPointsRequest)Returns a list of the access points that are owned by the current account that's associated with the specified bucket. -
Uses of ListAccessPointsRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListAccessPointsRequest.Builder Modifier and Type Method Description ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. accountId(String accountId)The Amazon Web Services account ID for the account that owns the specified access points.ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. bucket(String bucket)The name of the bucket whose associated access points you want to list.static ListAccessPointsRequest.BuilderListAccessPointsRequest. builder()ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. maxResults(Integer maxResults)The maximum number of access points that you want to include in the list.ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. nextToken(String nextToken)A continuation token.ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessPointsRequest.BuilderListAccessPointsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccessPointsRequest.BuilderListAccessPointsRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListAccessPointsRequest.Builder Modifier and Type Method Description static Class<? extends ListAccessPointsRequest.Builder>ListAccessPointsRequest. serializableBuilderClass()
-