Uses of Class
software.amazon.awssdk.services.glacier.model.SetVaultNotificationsResponse
-
Packages that use SetVaultNotificationsResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of SetVaultNotificationsResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return SetVaultNotificationsResponse Modifier and Type Method Description default SetVaultNotificationsResponseGlacierClient. setVaultNotifications(Consumer<SetVaultNotificationsRequest.Builder> setVaultNotificationsRequest)This operation configures notifications that will be sent when specific events happen to a vault.default SetVaultNotificationsResponseGlacierClient. setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest)This operation configures notifications that will be sent when specific events happen to a vault.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type SetVaultNotificationsResponse Modifier and Type Method Description default CompletableFuture<SetVaultNotificationsResponse>GlacierAsyncClient. setVaultNotifications(Consumer<SetVaultNotificationsRequest.Builder> setVaultNotificationsRequest)This operation configures notifications that will be sent when specific events happen to a vault.default CompletableFuture<SetVaultNotificationsResponse>GlacierAsyncClient. setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest)This operation configures notifications that will be sent when specific events happen to a vault.
-