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

Packages that use SetVaultNotificationsRequest
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 SetVaultNotificationsRequest in com.amazonaws.services.glacier
 

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

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

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

Methods in com.amazonaws.services.glacier.model that return SetVaultNotificationsRequest
 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 © 2016. All rights reserved.