Uses of Class
com.amazonaws.services.glacier.model.SetVaultNotificationsRequest
Packages that use SetVaultNotificationsRequest
-
Uses of SetVaultNotificationsRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type SetVaultNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.setVaultNotifications(SetVaultNotificationsRequest request) AmazonGlacier.setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest) This operation configures notifications that will be sent when specific events happen to a vault.AmazonGlacierClient.setVaultNotifications(SetVaultNotificationsRequest setVaultNotificationsRequest) This operation configures notifications that will be sent when specific events happen to a vault.AbstractAmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest request) AbstractAmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest request, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest) This operation configures notifications that will be sent when specific events happen to a vault.AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) This operation configures notifications that will be sent when specific events happen to a vault.AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest request) AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest request, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type SetVaultNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest request, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) AmazonGlacierAsync.setVaultNotificationsAsync(SetVaultNotificationsRequest setVaultNotificationsRequest, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) This operation configures notifications that will be sent when specific events happen to a vault.AmazonGlacierAsyncClient.setVaultNotificationsAsync(SetVaultNotificationsRequest request, AsyncHandler<SetVaultNotificationsRequest, SetVaultNotificationsResult> asyncHandler) -
Uses of SetVaultNotificationsRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return SetVaultNotificationsRequestModifier and TypeMethodDescriptionSetVaultNotificationsRequest.clone()SetVaultNotificationsRequest.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.SetVaultNotificationsRequest.withVaultName(String vaultName) The name of the vault.SetVaultNotificationsRequest.withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig) Provides options for specifying notification configuration.