Uses of Class
software.amazon.awssdk.services.glacier.model.ListTagsForVaultResponse
-
Packages that use ListTagsForVaultResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListTagsForVaultResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListTagsForVaultResponse Modifier and Type Method Description default ListTagsForVaultResponseGlacierClient. listTagsForVault(Consumer<ListTagsForVaultRequest.Builder> listTagsForVaultRequest)This operation lists all the tags attached to a vault.default ListTagsForVaultResponseGlacierClient. listTagsForVault(ListTagsForVaultRequest listTagsForVaultRequest)This operation lists all the tags attached to a vault.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type ListTagsForVaultResponse Modifier and Type Method Description default CompletableFuture<ListTagsForVaultResponse>GlacierAsyncClient. listTagsForVault(Consumer<ListTagsForVaultRequest.Builder> listTagsForVaultRequest)This operation lists all the tags attached to a vault.default CompletableFuture<ListTagsForVaultResponse>GlacierAsyncClient. listTagsForVault(ListTagsForVaultRequest listTagsForVaultRequest)This operation lists all the tags attached to a vault.
-