| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
static VaultNotificationConfig.Builder |
VaultNotificationConfig.builder() |
VaultNotificationConfig.Builder |
VaultNotificationConfig.Builder.events(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.Builder |
VaultNotificationConfig.Builder.events(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.Builder |
VaultNotificationConfig.Builder.snsTopic(String snsTopic)
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
|
VaultNotificationConfig.Builder |
VaultNotificationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VaultNotificationConfig.Builder> |
VaultNotificationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetVaultNotificationsResponse.Builder |
GetVaultNotificationsResponse.Builder.vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
default SetVaultNotificationsRequest.Builder |
SetVaultNotificationsRequest.Builder.vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)
Provides options for specifying notification configuration.
|
Copyright © 2023. All rights reserved.