Uses of Class
software.amazon.awssdk.services.glacier.model.SetVaultNotificationsRequest
-
Packages that use SetVaultNotificationsRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of SetVaultNotificationsRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type SetVaultNotificationsRequest Modifier and Type Method Description default CompletableFuture<SetVaultNotificationsResponse>GlacierAsyncClient. setVaultNotifications(SetVaultNotificationsRequest 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. -
Uses of SetVaultNotificationsRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type SetVaultNotificationsRequest Modifier and Type Method Description SdkHttpFullRequestSetVaultNotificationsRequestMarshaller. marshall(SetVaultNotificationsRequest setVaultNotificationsRequest)
-