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)Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request.default ListCallerAccessGrantsResponseS3ControlClient. listCallerAccessGrants(ListCallerAccessGrantsRequest listCallerAccessGrantsRequest)Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request.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)Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request.default CompletableFuture<ListCallerAccessGrantsResponse>S3ControlAsyncClient. listCallerAccessGrants(ListCallerAccessGrantsRequest listCallerAccessGrantsRequest)Returns a list of the access grants that were given to the caller using S3 Access Grants and that allow the caller to access the S3 data of the Amazon Web Services account specified in the request. -
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)
-