Uses of Class
software.amazon.awssdk.services.s3control.model.ListAccessPointsRequest
-
Packages that use ListAccessPointsRequest 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.paginators software.amazon.awssdk.services.s3control.transform -
-
Uses of ListAccessPointsRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListAccessPointsRequest Modifier and Type Method Description default CompletableFuture<ListAccessPointsResponse>S3ControlAsyncClient. listAccessPoints(ListAccessPointsRequest 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(ListAccessPointsRequest 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(ListAccessPointsRequest 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(ListAccessPointsRequest 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 in software.amazon.awssdk.services.s3control.paginators
Constructors in software.amazon.awssdk.services.s3control.paginators with parameters of type ListAccessPointsRequest Constructor Description ListAccessPointsIterable(S3ControlClient client, ListAccessPointsRequest firstRequest)ListAccessPointsPublisher(S3ControlAsyncClient client, ListAccessPointsRequest firstRequest) -
Uses of ListAccessPointsRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListAccessPointsRequest Modifier and Type Method Description SdkHttpFullRequestListAccessPointsRequestMarshaller. marshall(ListAccessPointsRequest listAccessPointsRequest)
-