| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachThingPrincipalResult> |
AWSIotAsyncClient.attachThingPrincipalAsync(AttachThingPrincipalRequest request,
AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler) |
Future<AttachThingPrincipalResult> |
AbstractAWSIotAsync.attachThingPrincipalAsync(AttachThingPrincipalRequest request,
AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler) |
Future<AttachThingPrincipalResult> |
AWSIotAsync.attachThingPrincipalAsync(AttachThingPrincipalRequest attachThingPrincipalRequest,
AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler)
Attaches the specified principal to the specified thing.
|
| Modifier and Type | Method and Description |
|---|---|
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.clone() |
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.withPrincipal(String principal)
The principal, which can be a certificate ARN (as returned from the CreateCertificate operation) or an Amazon
Cognito ID.
|
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2023. All rights reserved.