Uses of Interface
software.amazon.awssdk.services.glacier.model.ListTagsForVaultRequest.Builder
-
Packages that use ListTagsForVaultRequest.Builder Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.model -
-
Uses of ListTagsForVaultRequest.Builder in software.amazon.awssdk.services.glacier
Method parameters in software.amazon.awssdk.services.glacier with type arguments of type ListTagsForVaultRequest.Builder 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 ListTagsForVaultResponseGlacierClient. listTagsForVault(Consumer<ListTagsForVaultRequest.Builder> listTagsForVaultRequest)This operation lists all the tags attached to a vault. -
Uses of ListTagsForVaultRequest.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return ListTagsForVaultRequest.Builder Modifier and Type Method Description ListTagsForVaultRequest.BuilderListTagsForVaultRequest.Builder. accountId(String accountId)TheAccountIdvalue is the AWS account ID of the account that owns the vault.static ListTagsForVaultRequest.BuilderListTagsForVaultRequest. builder()ListTagsForVaultRequest.BuilderListTagsForVaultRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForVaultRequest.BuilderListTagsForVaultRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForVaultRequest.BuilderListTagsForVaultRequest. toBuilder()ListTagsForVaultRequest.BuilderListTagsForVaultRequest.Builder. vaultName(String vaultName)The name of the vault.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type ListTagsForVaultRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForVaultRequest.Builder>ListTagsForVaultRequest. serializableBuilderClass()
-