| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
MqttContext |
MqttContext.clone() |
MqttContext |
TestInvokeAuthorizerRequest.getMqttContext()
Specifies a test MQTT authorization request.
|
MqttContext |
MqttContext.withClientId(String clientId)
The value of the
clientId key in an MQTT authorization request. |
MqttContext |
MqttContext.withPassword(ByteBuffer password)
The value of the
password key in an MQTT authorization request. |
MqttContext |
MqttContext.withUsername(String username)
The value of the
username key in an MQTT authorization request. |
| Modifier and Type | Method and Description |
|---|---|
void |
TestInvokeAuthorizerRequest.setMqttContext(MqttContext mqttContext)
Specifies a test MQTT authorization request.
|
TestInvokeAuthorizerRequest |
TestInvokeAuthorizerRequest.withMqttContext(MqttContext mqttContext)
Specifies a test MQTT authorization request.
|
Copyright © 2024. All rights reserved.