Uses of Class
software.amazon.awssdk.services.s3control.model.ListAccessPointsResponse
-
Packages that use ListAccessPointsResponse 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 -
-
Uses of ListAccessPointsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessPointsResponse Modifier and Type Method Description 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 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.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListAccessPointsResponse 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 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. -
Uses of ListAccessPointsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListAccessPointsResponse Modifier and Type Method Description Iterator<ListAccessPointsResponse>ListAccessPointsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListAccessPointsResponse Modifier and Type Method Description voidListAccessPointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessPointsResponse> subscriber)
-