Uses of Class
com.amazonaws.services.glacier.model.GetVaultNotificationsRequest
Packages that use GetVaultNotificationsRequest
-
Uses of GetVaultNotificationsRequest in com.amazonaws.services.glacier
Methods in com.amazonaws.services.glacier with parameters of type GetVaultNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacier.getVaultNotifications(GetVaultNotificationsRequest request) AmazonGlacier.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest) This operation retrieves thenotification-configurationsubresource of the specified vault.AmazonGlacierClient.getVaultNotifications(GetVaultNotificationsRequest getVaultNotificationsRequest) This operation retrieves thenotification-configurationsubresource of the specified vault.AbstractAmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest request) AbstractAmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) AmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest) This operation retrieves thenotification-configurationsubresource of the specified vault.AmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) This operation retrieves thenotification-configurationsubresource of the specified vault.AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest request) AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) Method parameters in com.amazonaws.services.glacier with type arguments of type GetVaultNotificationsRequestModifier and TypeMethodDescriptionAbstractAmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) AmazonGlacierAsync.getVaultNotificationsAsync(GetVaultNotificationsRequest getVaultNotificationsRequest, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) This operation retrieves thenotification-configurationsubresource of the specified vault.AmazonGlacierAsyncClient.getVaultNotificationsAsync(GetVaultNotificationsRequest request, AsyncHandler<GetVaultNotificationsRequest, GetVaultNotificationsResult> asyncHandler) -
Uses of GetVaultNotificationsRequest in com.amazonaws.services.glacier.model
Methods in com.amazonaws.services.glacier.model that return GetVaultNotificationsRequestModifier and TypeMethodDescriptionGetVaultNotificationsRequest.clone()GetVaultNotificationsRequest.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.GetVaultNotificationsRequest.withVaultName(String vaultName) The name of the vault.