Uses of Class
software.amazon.awssdk.services.s3control.model.ListCallerAccessGrantsEntry
-
Packages that use ListCallerAccessGrantsEntry Package Description software.amazon.awssdk.services.s3control.model software.amazon.awssdk.services.s3control.paginators -
-
Uses of ListCallerAccessGrantsEntry in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListCallerAccessGrantsEntry Modifier and Type Method Description List<ListCallerAccessGrantsEntry>ListCallerAccessGrantsResponse. callerAccessGrantsList()A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.Methods in software.amazon.awssdk.services.s3control.model with parameters of type ListCallerAccessGrantsEntry Modifier and Type Method Description ListCallerAccessGrantsResponse.BuilderListCallerAccessGrantsResponse.Builder. callerAccessGrantsList(ListCallerAccessGrantsEntry... callerAccessGrantsList)A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type ListCallerAccessGrantsEntry Modifier and Type Method Description ListCallerAccessGrantsResponse.BuilderListCallerAccessGrantsResponse.Builder. callerAccessGrantsList(Collection<ListCallerAccessGrantsEntry> callerAccessGrantsList)A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request. -
Uses of ListCallerAccessGrantsEntry in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListCallerAccessGrantsEntry Modifier and Type Method Description SdkIterable<ListCallerAccessGrantsEntry>ListCallerAccessGrantsIterable. callerAccessGrantsList()Returns an iterable to iterate through the paginatedListCallerAccessGrantsResponse.callerAccessGrantsList()member.SdkPublisher<ListCallerAccessGrantsEntry>ListCallerAccessGrantsPublisher. callerAccessGrantsList()Returns a publisher that can be used to get a stream of data.
-