Uses of Class
software.amazon.awssdk.services.glacier.paginators.ListVaultsPublisher
-
Packages that use ListVaultsPublisher Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListVaultsPublisher in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListVaultsPublisher Modifier and Type Method Description default ListVaultsPublisherGlacierAsyncClient. listVaultsPaginator()This operation lists all vaults owned by the calling user's account.default ListVaultsPublisherGlacierAsyncClient. listVaultsPaginator(Consumer<ListVaultsRequest.Builder> listVaultsRequest)This operation lists all vaults owned by the calling user's account.default ListVaultsPublisherGlacierAsyncClient. listVaultsPaginator(ListVaultsRequest listVaultsRequest)This operation lists all vaults owned by the calling user's account.
-