Uses of Class
software.amazon.awssdk.services.glacier.model.DeleteVaultNotificationsRequest
-
Packages that use DeleteVaultNotificationsRequest 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 DeleteVaultNotificationsRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type DeleteVaultNotificationsRequest Modifier and Type Method Description default CompletableFuture<DeleteVaultNotificationsResponse>GlacierAsyncClient. deleteVaultNotifications(DeleteVaultNotificationsRequest deleteVaultNotificationsRequest)This operation deletes the notification configuration set for a vault.default DeleteVaultNotificationsResponseGlacierClient. deleteVaultNotifications(DeleteVaultNotificationsRequest deleteVaultNotificationsRequest)This operation deletes the notification configuration set for a vault. -
Uses of DeleteVaultNotificationsRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type DeleteVaultNotificationsRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVaultNotificationsRequestMarshaller. marshall(DeleteVaultNotificationsRequest deleteVaultNotificationsRequest)
-