Package | Description |
---|---|
com.amazonaws.services.glacier | |
com.amazonaws.services.glacier.model |
Modifier and Type | Method and Description |
---|---|
Future<SetVaultNotificationsResult> |
AbstractAmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest request,
AsyncHandler<SetVaultNotificationsRequest,SetVaultNotificationsResult> asyncHandler) |
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.
|
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 © 2018. All rights reserved.