Package | Description |
---|---|
com.amazonaws.services.glacier.model | |
com.amazonaws.services.glacier.model.transform |
Modifier and Type | Field and Description |
---|---|
private VaultNotificationConfig |
SetVaultNotificationsRequest.vaultNotificationConfig
Provides options for specifying notification configuration.
|
private VaultNotificationConfig |
GetVaultNotificationsResult.vaultNotificationConfig
Returns the notification configuration set on the vault.
|
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(java.util.Collection<java.lang.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(java.lang.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(java.lang.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(java.lang.String accountId,
java.lang.String vaultName,
VaultNotificationConfig vaultNotificationConfig)
Constructs a new SetVaultNotificationsRequest object.
|
SetVaultNotificationsRequest(java.lang.String vaultName,
VaultNotificationConfig vaultNotificationConfig)
Constructs a new SetVaultNotificationsRequest object.
|
Modifier and Type | Method and Description |
---|---|
VaultNotificationConfig |
VaultNotificationConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VaultNotificationConfigJsonMarshaller.marshall(VaultNotificationConfig vaultNotificationConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|