| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
DetachThingPrincipalResult |
AWSIotClient.detachThingPrincipal(DetachThingPrincipalRequest detachThingPrincipalRequest)
Detaches the specified principal from the specified thing.
|
DetachThingPrincipalResult |
AWSIot.detachThingPrincipal(DetachThingPrincipalRequest detachThingPrincipalRequest)
Detaches the specified principal from the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
DetachThingPrincipalRequest |
DetachThingPrincipalRequest.withPrincipal(String principal)
If the principal is a certificate, this value must be ARN of the
certificate.
|
DetachThingPrincipalRequest |
DetachThingPrincipalRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2017. All rights reserved.