File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
![ SendGrid Logo] ( https://uiux.s3.amazonaws.com/2016-logos/email-logo%402x.png )
2
- +
3
- + This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
4
- +
5
- + * [ Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)] ( GetAccessSettings.java )
6
- + * [ Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})] ( GetIPFromAccessSettings.java )
7
- + * [ Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)] ( GetAccessSettingsActivity.java )
8
- + * [ Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}] ( DeleteIPFromAccessSettings.java )
9
- + * [ Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)] ( DeleteAccessSettings.java )
10
- + * [ Add one or more IPs to the whitelist (POST /access_settings/whitelist)] ( CreateAccessSettings.java )
2
+
3
+ This folder contains various examples on using the ACCESS_SETTINGS endpoint of SendGrid with Java:
4
+
5
+ * [ Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)] ( GetAccessSettings.java )
6
+ * [ Retrieve a specific whitelisted IP (GET /access_settings/whitelist/{rule_id})] ( GetIPFromAccessSettings.java )
7
+ * [ Retrieve a list of currently whitelisted IPs (GET /access_settings/whitelist)] ( GetAccessSettingsActivity.java )
8
+ * [ Remove a specific IP from the whitelist (DELETE /access_settings/whitelist/{rule_id}] ( DeleteIPFromAccessSettings.java )
9
+ * [ Remove one or more IPs from the whitelist (DELETE /access_settings/whitelist)] ( DeleteAccessSettings.java )
10
+ * [ Add one or more IPs to the whitelist (POST /access_settings/whitelist)] ( CreateAccessSettings.java )
You can’t perform that action at this time.
0 commit comments