Uses of Class
software.amazon.awssdk.services.glacier.model.DescribeVaultOutput
-
Packages that use DescribeVaultOutput Package Description software.amazon.awssdk.services.glacier.model software.amazon.awssdk.services.glacier.paginators -
-
Uses of DescribeVaultOutput in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type DescribeVaultOutput Modifier and Type Method Description List<DescribeVaultOutput>ListVaultsResponse. vaultList()List of vaults.Methods in software.amazon.awssdk.services.glacier.model with parameters of type DescribeVaultOutput Modifier and Type Method Description ListVaultsResponse.BuilderListVaultsResponse.Builder. vaultList(DescribeVaultOutput... vaultList)List of vaults.Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type DescribeVaultOutput Modifier and Type Method Description ListVaultsResponse.BuilderListVaultsResponse.Builder. vaultList(Collection<DescribeVaultOutput> vaultList)List of vaults. -
Uses of DescribeVaultOutput in software.amazon.awssdk.services.glacier.paginators
Methods in software.amazon.awssdk.services.glacier.paginators that return types with arguments of type DescribeVaultOutput Modifier and Type Method Description SdkIterable<DescribeVaultOutput>ListVaultsIterable. vaultList()Returns an iterable to iterate through the paginatedListVaultsResponse.vaultList()member.SdkPublisher<DescribeVaultOutput>ListVaultsPublisher. vaultList()Returns a publisher that can be used to get a stream of data.
-