Uses of Class
com.amazonaws.services.glacier.model.GetVaultNotificationsRequest

Packages that use GetVaultNotificationsRequest
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. 
 

Uses of GetVaultNotificationsRequest in com.amazonaws.services.glacier
 

Methods in com.amazonaws.services.glacier with parameters of type GetVaultNotificationsRequest
 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.
 

Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultNotificationsRequest
 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.
 

Uses of GetVaultNotificationsRequest in com.amazonaws.services.glacier.model
 

Methods in com.amazonaws.services.glacier.model that return GetVaultNotificationsRequest
 GetVaultNotificationsRequest GetVaultNotificationsRequest.withAccountId(String accountId)
          The AccountId is the AWS Account ID.
 GetVaultNotificationsRequest GetVaultNotificationsRequest.withVaultName(String vaultName)
          The name of the vault.
 



Copyright © 2016. All rights reserved.