Uses of Class
com.amazonaws.services.glacier.model.GetVaultNotificationsResult
-
Packages that use GetVaultNotificationsResult Package Description com.amazonaws.services.glacier com.amazonaws.services.glacier.model -
-
Uses of GetVaultNotificationsResult in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier that return GetVaultNotificationsResult Modifier and Type Method Description GetVaultNotificationsResult
AbstractAmazonGlacier. getVaultNotifications(GetVaultNotificationsRequest request)
GetVaultNotificationsResult
AmazonGlacier. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves thenotification-configuration
subresource of the specified vault.GetVaultNotificationsResult
AmazonGlacierClient. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)
This operation retrieves thenotification-configuration
subresource of the specified vault.Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultNotificationsResult Modifier and Type Method Description Future<GetVaultNotificationsResult>
AbstractAmazonGlacierAsync. getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
Future<GetVaultNotificationsResult>
AmazonGlacierAsync. getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest, AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
This operation retrieves thenotification-configuration
subresource of the specified vault.Future<GetVaultNotificationsResult>
AmazonGlacierAsyncClient. getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest,GetVaultNotificationsResult> asyncHandler)
-
Uses of GetVaultNotificationsResult in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultNotificationsResult Modifier and Type Method Description GetVaultNotificationsResult
GetVaultNotificationsResult. clone()
GetVaultNotificationsResult
GetVaultNotificationsResult. withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)
Returns the notification configuration set on the vault.
-