Package | Description |
---|---|
com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
com.amazonaws.services.glacier.model |
Classes modeling the various types represented by AmazonGlacier.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonGlacierClient.setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
void |
AmazonGlacier.setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Future<Void> |
AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Future<Void> |
AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Future<Void> |
AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest,
AsyncHandler<SetVaultNotificationsRequest,Void> asyncHandler)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Future<Void> |
AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest,
AsyncHandler<SetVaultNotificationsRequest,Void> asyncHandler)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest,
AsyncHandler<SetVaultNotificationsRequest,Void> asyncHandler)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Future<Void> |
AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest,
AsyncHandler<SetVaultNotificationsRequest,Void> asyncHandler)
This operation configures notifications that will be sent when
specific events happen to a vault.
|
Modifier and Type | Method and Description |
---|---|
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withVaultName(String vaultName)
The name of the vault.
|
SetVaultNotificationsRequest |
SetVaultNotificationsRequest.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Provides options for specifying notification configuration.
|
Copyright © 2014. All rights reserved.