Uses of Class
com.amazonaws.services.glacier.model.RemoveTagsFromVaultResult
-
Packages that use RemoveTagsFromVaultResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of RemoveTagsFromVaultResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return RemoveTagsFromVaultResult Modifier and Type Method Description RemoveTagsFromVaultResultAbstractAmazonGlacier. removeTagsFromVault(RemoveTagsFromVaultRequest request)RemoveTagsFromVaultResultAmazonGlacier. removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)This operation removes one or more tags from the set of tags attached to a vault.RemoveTagsFromVaultResultAmazonGlacierClient. removeTagsFromVault(RemoveTagsFromVaultRequest removeTagsFromVaultRequest)This operation removes one or more tags from the set of tags attached to a vault.Method parameters in com.amazonaws.services.glacier with type arguments of type RemoveTagsFromVaultResult Modifier and Type Method Description Future<RemoveTagsFromVaultResult>AbstractAmazonGlacierAsync. removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler)Future<RemoveTagsFromVaultResult>AmazonGlacierAsync. removeTagsFromVaultAsync(RemoveTagsFromVaultRequest removeTagsFromVaultRequest, AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler)This operation removes one or more tags from the set of tags attached to a vault.Future<RemoveTagsFromVaultResult>AmazonGlacierAsyncClient. removeTagsFromVaultAsync(RemoveTagsFromVaultRequest request, AsyncHandler<RemoveTagsFromVaultRequest,RemoveTagsFromVaultResult> asyncHandler) -
Uses of RemoveTagsFromVaultResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return RemoveTagsFromVaultResult Modifier and Type Method Description RemoveTagsFromVaultResultRemoveTagsFromVaultResult. clone()
-