You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documents/MIGRATION_GUIDE.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -167,23 +167,23 @@ and other connection-related features.
167
167
For more information, refer to the [How to set up MQTT5 builder based on desired connection method](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#how-to-setup-mqtt5-builder-based-on-desired-connection-method)
168
168
section of the MQTT5 user guide for detailed information and code snippets on each connection type and connection feature.
| MQTT over Secure WebSocket with AWS SigV4 authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#websocket-connection-with-sigv4-authentication-method)|
173
-
| MQTT with Java KeyStore Method |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-java-keystore-method)|
174
-
| Websocket Connection with Cognito Authentication Method |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#websocket-connection-with-cognito-authentication-method)|
175
-
| MQTT with X.509 certificate based mutual authentication |$${\Large\color{orange}✔\*}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls-method)|
176
-
| MQTT with PKCS12 Method |$${\Large\color{orange}✔\*}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method)|
177
-
| MQTT with Custom Key Operation Method |$${\Large\color{orange}✔\*}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-key-operation-method)|
178
-
| MQTT with Custom Authorizer Method |$${\Large\color{orange}✔\*\*}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authorizer-method)|
179
-
| MQTT with Windows Certificate Store Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
180
-
| MQTT with PKCS11 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
| MQTT over Secure WebSocket with AWS SigV4 authentication |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#websocket-connection-with-sigv4-authentication-method)|
173
+
| MQTT with Java KeyStore Method |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-java-keystore-method)|
174
+
| Websocket Connection with Cognito Authentication Method |$${\Large\color{green}✔}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#websocket-connection-with-cognito-authentication-method)|
175
+
| MQTT with X.509 certificate based mutual authentication |$${\Large\color{orange}✔}$$<sup>\*</sup>|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-x509-based-mutual-tls-method)|
176
+
| MQTT with PKCS12 Method |$${\Large\color{orange}✔}$$<sup>\*</sup>|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs12-method)|
177
+
| MQTT with Custom Key Operation Method |$${\Large\color{orange}✔}$$<sup>\*</sup>|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-key-operation-method)|
178
+
| MQTT with Custom Authorizer Method |$${\Large\color{orange}✔}$$<sup>\*\*</sup>|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-custom-authorizer-method)|
179
+
| MQTT with Windows Certificate Store Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-windows-certificate-store-method)|
180
+
| MQTT with PKCS11 Method |$${\Large\color{red}✘}$$|$${\Large\color{green}✔}$$|[link](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/documents/MQTT5_Userguide.md#direct-mqtt-with-pkcs11-method)|
0 commit comments