Uses of Interface
software.amazon.awssdk.services.glacier.model.VaultNotificationConfig.Builder
-
Packages that use VaultNotificationConfig.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of VaultNotificationConfig.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return VaultNotificationConfig.Builder Modifier and Type Method Description static VaultNotificationConfig.BuilderVaultNotificationConfig. builder()VaultNotificationConfig.BuilderVaultNotificationConfig.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.BuilderVaultNotificationConfig.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.BuilderVaultNotificationConfig.Builder. snsTopic(String snsTopic)The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).VaultNotificationConfig.BuilderVaultNotificationConfig. toBuilder()Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type VaultNotificationConfig.Builder Modifier and Type Method Description static Class<? extends VaultNotificationConfig.Builder>VaultNotificationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glacier.model with type arguments of type VaultNotificationConfig.Builder Modifier and Type Method Description default GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse.Builder. vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)Returns the notification configuration set on the vault.default SetVaultNotificationsRequest.BuilderSetVaultNotificationsRequest.Builder. vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)Provides options for specifying notification configuration.
-