Package | Description |
---|---|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
VaultNotificationConfig |
SetVaultNotificationsRequest.getVaultNotificationConfig()
Provides options for specifying notification configuration.
|
VaultNotificationConfig |
GetVaultNotificationsResult.getVaultNotificationConfig()
Returns the notification configuration set on the vault.
|
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.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.withSNSTopic(String sNSTopic)
The Amazon Simple Notification Service (Amazon SNS) topic Amazon
Resource Name (ARN).
|
Modifier and Type | Method and Description |
---|---|
void |
SetVaultNotificationsRequest.setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
|
void |
GetVaultNotificationsResult.setVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
|
GetVaultNotificationsResult |
GetVaultNotificationsResult.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
Constructor and Description |
---|
SetVaultNotificationsRequest(String accountId,
String vaultName,
VaultNotificationConfig vaultNotificationConfig)
Constructs a new SetVaultNotificationsRequest object.
|
SetVaultNotificationsRequest(String vaultName,
VaultNotificationConfig vaultNotificationConfig)
Constructs a new SetVaultNotificationsRequest object.
|
Copyright © 2014. All rights reserved.