Uses of Class
software.amazon.awssdk.services.glacier.model.DeleteVaultNotificationsResponse
-
Packages that use DeleteVaultNotificationsResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of DeleteVaultNotificationsResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return DeleteVaultNotificationsResponse Modifier and Type Method Description default DeleteVaultNotificationsResponseGlacierClient. deleteVaultNotifications(Consumer<DeleteVaultNotificationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type DeleteVaultNotificationsResponse Modifier and Type Method Description default CompletableFuture<DeleteVaultNotificationsResponse>GlacierAsyncClient. deleteVaultNotifications(Consumer<DeleteVaultNotificationsRequest.Builder> deleteVaultNotificationsRequest)This operation deletes the notification configuration set for a vault.default CompletableFuture<DeleteVaultNotificationsResponse>GlacierAsyncClient. deleteVaultNotifications(DeleteVaultNotificationsRequest deleteVaultNotificationsRequest)This operation deletes the notification configuration set for a vault.
-