Uses of Interface
software.amazon.awssdk.services.glacier.model.GetVaultNotificationsResponse.Builder
-
Packages that use GetVaultNotificationsResponse.Builder Package Description software.amazon.awssdk.services.glacier.model -
-
Uses of GetVaultNotificationsResponse.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return GetVaultNotificationsResponse.Builder Modifier and Type Method Description static GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse. builder()GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse. toBuilder()default GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse.Builder. vaultNotificationConfig(Consumer<VaultNotificationConfig.Builder> vaultNotificationConfig)Returns the notification configuration set on the vault.GetVaultNotificationsResponse.BuilderGetVaultNotificationsResponse.Builder. vaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Returns the notification configuration set on the vault.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type GetVaultNotificationsResponse.Builder Modifier and Type Method Description static Class<? extends GetVaultNotificationsResponse.Builder>GetVaultNotificationsResponse. serializableBuilderClass()
-