| Package | Description |
|---|---|
| com.amazonaws.services.glacier |
Amazon S3 Glacier (Glacier) is a storage solution for "cold data."
|
| com.amazonaws.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SetVaultNotificationsResult> |
AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest request,
AsyncHandler<SetVaultNotificationsRequest,SetVaultNotificationsResult> asyncHandler) |
Future<SetVaultNotificationsResult> |
AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest,
AsyncHandler<SetVaultNotificationsRequest,SetVaultNotificationsResult> asyncHandler)
This operation configures notifications that will be sent when specific events happen to a vault.
|
Future<SetVaultNotificationsResult> |
AbstractAmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest request,
AsyncHandler<SetVaultNotificationsRequest,SetVaultNotificationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.clone() |
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account that owns the vault. |
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withVaultName(String vaultName)
The name of the vault.
|
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
|
Copyright © 2020. All rights reserved.