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 GetVaultNotificationsResultAbstractAmazonGlacier. getVaultNotifications(GetVaultNotificationsRequest request)GetVaultNotificationsResultAmazonGlacier. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource of the specified vault.GetVaultNotificationsResultAmazonGlacierClient. getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest)This operation retrieves thenotification-configurationsubresource 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-configurationsubresource 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 GetVaultNotificationsResultGetVaultNotificationsResult. clone()GetVaultNotificationsResultGetVaultNotificationsResult. withVaultNotificationConfig(VaultNotificationConfig vaultNotificationConfig)Returns the notification configuration set on the vault.
-