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 VaultNotificationConfig
VaultNotificationConfig. clone()
VaultNotificationConfig
GetVaultNotificationsResult. getVaultNotificationConfig()
Returns the notification configuration set on the vault.VaultNotificationConfig
SetVaultNotificationsRequest. getVaultNotificationConfig()
Provides options for specifying notification configuration.VaultNotificationConfig
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
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
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 VaultNotificationConfig Modifier and Type Method Description void
GetVaultNotificationsResult. setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.void
SetVaultNotificationsRequest. setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.GetVaultNotificationsResult
GetVaultNotificationsResult. withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.SetVaultNotificationsRequest
SetVaultNotificationsRequest. 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.
-