| 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 |
|---|---|
GetVaultNotificationsResult |
AbstractAmazonGlacier.getVaultNotifications(GetVaultNotificationsRequest request) |
GetVaultNotificationsResult |
AmazonGlacier.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration subresource of the specified vault. |
GetVaultNotificationsResult |
AmazonGlacierClient.getVaultNotifications(GetVaultNotificationsRequest request)
This operation retrieves the
notification-configuration subresource of the specified vault. |
| Modifier and Type | Method and Description |
|---|---|
Future<GetVaultNotificationsResult> |
AbstractAmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest request,
AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler) |
Future<GetVaultNotificationsResult> |
AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest request,
AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler) |
Future<GetVaultNotificationsResult> |
AmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest,
AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
This operation retrieves the
notification-configuration subresource of the specified vault. |
| Modifier and Type | Method and Description |
|---|---|
GetVaultNotificationsResult |
GetVaultNotificationsResult.clone() |
GetVaultNotificationsResult |
GetVaultNotificationsResult.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
|
Copyright © 2021. All rights reserved.