Uses of Class
software.amazon.awssdk.services.glacier.model.VaultNotificationConfig
-
Packages that use VaultNotificationConfig Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of VaultNotificationConfig in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return VaultNotificationConfig Modifier and Type Method Description VaultNotificationConfigGetVaultNotificationsResponse. vaultNotificationConfig()Returns the notification configuration set on the vault.VaultNotificationConfigSetVaultNotificationsRequest. vaultNotificationConfig()Provides options for specifying notification configuration.Methods in software.amazon.awssdk.services.glacier.model with parameters of type VaultNotificationConfig Modifier and Type Method Description GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse.Builder. vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Returns the notification configuration set on the vault.SetVaultNotificationsRequest.BuilderSetVaultNotificationsRequest.Builder. vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Provides options for specifying notification configuration.
-