Uses of Class
com.amazonaws.services.glacier.model.VaultNotificationConfig
-
Packages that use VaultNotificationConfig Package Description com.amazonaws.services.glacier.model -
-
Uses of VaultNotificationConfig in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return VaultNotificationConfig Modifier and Type Method Description VaultNotificationConfigVaultNotificationConfig. clone()VaultNotificationConfigGetVaultNotificationsResult. getVaultNotificationConfig()Returns the notification configuration set on the vault.VaultNotificationConfigSetVaultNotificationsRequest. getVaultNotificationConfig()Provides options for specifying notification configuration.VaultNotificationConfigVaultNotificationConfig. withEvents(String... events)A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.VaultNotificationConfigVaultNotificationConfig. 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.VaultNotificationConfigVaultNotificationConfig. 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 VaultNotificationConfig Modifier and Type Method Description voidGetVaultNotificationsResult. setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Returns the notification configuration set on the vault.voidSetVaultNotificationsRequest. setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Provides options for specifying notification configuration.GetVaultNotificationsResultGetVaultNotificationsResult. withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Returns the notification configuration set on the vault.SetVaultNotificationsRequestSetVaultNotificationsRequest. withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Provides options for specifying notification configuration.Constructors in com.amazonaws.services.glacier.model with parameters of type VaultNotificationConfig Constructor Description SetVaultNotificationsRequest(String vaultName, VaultNotificationConfig vaultNotificationConfig)Constructs a new SetVaultNotificationsRequest object.SetVaultNotificationsRequest(String accountId, String vaultName, VaultNotificationConfig vaultNotificationConfig)Constructs a new SetVaultNotificationsRequest object.
-