Uses of Class
software.amazon.awssdk.services.s3control.model.ListCallerAccessGrantsResponse
-
Packages that use ListCallerAccessGrantsResponse 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 ListCallerAccessGrantsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListCallerAccessGrantsResponse Modifier and Type Method Description default ListCallerAccessGrantsResponseS3ControlClient. listCallerAccessGrants(Consumer<ListCallerAccessGrantsRequest.Builder> listCallerAccessGrantsRequest)Use this API to list the access grants that grant the caller access to Amazon S3 data through S3 Access Grants.default ListCallerAccessGrantsResponseS3ControlClient. listCallerAccessGrants(ListCallerAccessGrantsRequest listCallerAccessGrantsRequest)Use this API to list the access grants that grant the caller access to Amazon S3 data through S3 Access Grants.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListCallerAccessGrantsResponse Modifier and Type Method Description default CompletableFuture<ListCallerAccessGrantsResponse>S3ControlAsyncClient. listCallerAccessGrants(Consumer<ListCallerAccessGrantsRequest.Builder> listCallerAccessGrantsRequest)Use this API to list the access grants that grant the caller access to Amazon S3 data through S3 Access Grants.default CompletableFuture<ListCallerAccessGrantsResponse>S3ControlAsyncClient. listCallerAccessGrants(ListCallerAccessGrantsRequest listCallerAccessGrantsRequest)Use this API to list the access grants that grant the caller access to Amazon S3 data through S3 Access Grants. -
Uses of ListCallerAccessGrantsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListCallerAccessGrantsResponse Modifier and Type Method Description Iterator<ListCallerAccessGrantsResponse>ListCallerAccessGrantsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListCallerAccessGrantsResponse Modifier and Type Method Description voidListCallerAccessGrantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCallerAccessGrantsResponse> subscriber)
-