Uses of Interface
software.amazon.awssdk.services.glacier.model.ListTagsForVaultResponse.Builder
-
Packages that use ListTagsForVaultResponse.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of ListTagsForVaultResponse.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return ListTagsForVaultResponse.Builder Modifier and Type Method Description static ListTagsForVaultResponse.BuilderListTagsForVaultResponse. builder()ListTagsForVaultResponse.BuilderListTagsForVaultResponse.Builder. tags(Map<String,String> tags)The tags attached to the vault.ListTagsForVaultResponse.BuilderListTagsForVaultResponse. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type ListTagsForVaultResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForVaultResponse.Builder>ListTagsForVaultResponse. serializableBuilderClass()
-