| Package | Description |
|---|---|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
VaultNotificationConfig |
VaultNotificationConfig.clone() |
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 S3 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 S3 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 © 2021. All rights reserved.