Uses of Class
com.amazonaws.services.glacier.model.RemoveTagsFromVaultRequest
Packages that use RemoveTagsFromVaultRequest
-
Uses of RemoveTagsFromVaultRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type RemoveTagsFromVaultRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.removeTagsFromVault(RemoveTagsFromVaultRequest request) AmazonGlacier.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest) This operation removes one or more tags from the set of tags attached to a vault.AmazonGlacierClient.removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest) This operation removes one or more tags from the set of tags attached to a vault.AbstractAmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request) AbstractAmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest) This operation removes one or more tags from the set of tags attached to a vault.AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) This operation removes one or more tags from the set of tags attached to a vault.AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request) AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type RemoveTagsFromVaultRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) AmazonGlacierAsync.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) This operation removes one or more tags from the set of tags attached to a vault.AmazonGlacierAsyncClient.removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest, RemoveTagsFromVaultResult> asyncHandler) -
Uses of RemoveTagsFromVaultRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return RemoveTagsFromVaultRequestModifier and TypeMethodDescriptionRemoveTagsFromVaultRequest.clone()RemoveTagsFromVaultRequest.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.RemoveTagsFromVaultRequest.withTagKeys(String... tagKeys) A list of tag keys.RemoveTagsFromVaultRequest.withTagKeys(Collection<String> tagKeys) A list of tag keys.RemoveTagsFromVaultRequest.withVaultName(String vaultName) The name of the vault.