Uses of Class
software.amazon.awssdk.services.s3control.model.ListAccessPointsForDirectoryBucketsResponse
-
Packages that use ListAccessPointsForDirectoryBucketsResponse 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 ListAccessPointsForDirectoryBucketsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListAccessPointsForDirectoryBucketsResponse Modifier and Type Method Description default ListAccessPointsForDirectoryBucketsResponseS3ControlClient. listAccessPointsForDirectoryBuckets(Consumer<ListAccessPointsForDirectoryBucketsRequest.Builder> listAccessPointsForDirectoryBucketsRequest)Returns a list of the access points that are owned by the Amazon Web Services account and that are associated with the specified directory bucket.default ListAccessPointsForDirectoryBucketsResponseS3ControlClient. listAccessPointsForDirectoryBuckets(ListAccessPointsForDirectoryBucketsRequest listAccessPointsForDirectoryBucketsRequest)Returns a list of the access points that are owned by the Amazon Web Services account and that are associated with the specified directory bucket.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListAccessPointsForDirectoryBucketsResponse Modifier and Type Method Description default CompletableFuture<ListAccessPointsForDirectoryBucketsResponse>S3ControlAsyncClient. listAccessPointsForDirectoryBuckets(Consumer<ListAccessPointsForDirectoryBucketsRequest.Builder> listAccessPointsForDirectoryBucketsRequest)Returns a list of the access points that are owned by the Amazon Web Services account and that are associated with the specified directory bucket.default CompletableFuture<ListAccessPointsForDirectoryBucketsResponse>S3ControlAsyncClient. listAccessPointsForDirectoryBuckets(ListAccessPointsForDirectoryBucketsRequest listAccessPointsForDirectoryBucketsRequest)Returns a list of the access points that are owned by the Amazon Web Services account and that are associated with the specified directory bucket. -
Uses of ListAccessPointsForDirectoryBucketsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListAccessPointsForDirectoryBucketsResponse Modifier and Type Method Description Iterator<ListAccessPointsForDirectoryBucketsResponse>ListAccessPointsForDirectoryBucketsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListAccessPointsForDirectoryBucketsResponse Modifier and Type Method Description voidListAccessPointsForDirectoryBucketsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAccessPointsForDirectoryBucketsResponse> subscriber)
-