Uses of Class
com.amazonaws.services.glacier.model.VaultNotificationConfig
Packages that use VaultNotificationConfig
-
Uses of VaultNotificationConfig in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return VaultNotificationConfigModifier and TypeMethodDescriptionVaultNotificationConfig.clone()GetVaultNotificationsResult.getVaultNotificationConfig()Returns the notification configuration set on the vault.SetVaultNotificationsRequest.getVaultNotificationConfig()Provides options for specifying notification configuration.VaultNotificationConfig.withEvents(String... events) A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.VaultNotificationConfig.withEvents(Collection<String> events) A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.VaultNotificationConfig.withSNSTopic(String sNSTopic) The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).Methods in com.amazonaws.services.glacier.model with parameters of type VaultNotificationConfigModifier and TypeMethodDescriptionvoidGetVaultNotificationsResult.setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Returns the notification configuration set on the vault.voidSetVaultNotificationsRequest.setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Provides options for specifying notification configuration.GetVaultNotificationsResult.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Returns the notification configuration set on the vault.SetVaultNotificationsRequest.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Provides options for specifying notification configuration.Constructors in com.amazonaws.services.glacier.model with parameters of type VaultNotificationConfigModifierConstructorDescriptionSetVaultNotificationsRequest(String vaultName, VaultNotificationConfig vaultNotificationConfig) Constructs a new SetVaultNotificationsRequest object.SetVaultNotificationsRequest(String accountId, String vaultName, VaultNotificationConfig vaultNotificationConfig) Constructs a new SetVaultNotificationsRequest object.