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> |
AWSIotAsync.attachThingPrincipalAsync(AttachThingPrincipalRequest attachThingPrincipalRequest,
AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler)
Attaches the specified principal to the specified thing.
|
Future<AttachThingPrincipalResult> |
AbstractAWSIotAsync.attachThingPrincipalAsync(AttachThingPrincipalRequest request,
AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.clone() |
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.withPrincipal(String principal)
The principal (certificate or other credential).
|
AttachThingPrincipalRequest |
AttachThingPrincipalRequest.withThingName(String thingName)
The name of the thing.
|
Copyright © 2018. All rights reserved.