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 |
---|---|
GetVaultNotificationsResult |
AmazonGlacierClient.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
GetVaultNotificationsResult |
AmazonGlacier.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
Future<GetVaultNotificationsResult> |
AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
Future<GetVaultNotificationsResult> |
AmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
Future<GetVaultNotificationsResult> |
AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest,
AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
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 |
---|---|
Future<GetVaultNotificationsResult> |
AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest,
AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
This operation retrieves the
notification-configuration
subresource of the specified vault. |
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 |
---|---|
GetVaultNotificationsRequest |
GetVaultNotificationsRequest.withAccountId(String accountId)
The
AccountId is the AWS Account ID. |
GetVaultNotificationsRequest |
GetVaultNotificationsRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2014. All rights reserved.