Package | Description |
---|---|
com.amazonaws.services.glacier | |
com.amazonaws.services.glacier.model |
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 |
---|---|
GetVaultNotificationsRequest |
GetVaultNotificationsRequest.clone() |
GetVaultNotificationsRequest |
GetVaultNotificationsRequest.withAccountId(String accountId)
The
AccountId value is the AWS account ID of the account
that owns the vault. |
GetVaultNotificationsRequest |
GetVaultNotificationsRequest.withVaultName(String vaultName)
The name of the vault.
|
Copyright © 2018. All rights reserved.