Uses of Class
com.amazonaws.services.iot.model.AttachThingPrincipalResult
-
Packages that use AttachThingPrincipalResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of AttachThingPrincipalResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return AttachThingPrincipalResult Modifier and Type Method Description AttachThingPrincipalResult
AbstractAWSIot. attachThingPrincipal(AttachThingPrincipalRequest request)
AttachThingPrincipalResult
AWSIot. attachThingPrincipal(AttachThingPrincipalRequest attachThingPrincipalRequest)
Attaches the specified principal to the specified thing.AttachThingPrincipalResult
AWSIotClient. attachThingPrincipal(AttachThingPrincipalRequest attachThingPrincipalRequest)
Attaches the specified principal to the specified thing.Method parameters in com.amazonaws.services.iot with type arguments of type AttachThingPrincipalResult Modifier and Type Method Description 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.Future<AttachThingPrincipalResult>
AWSIotAsyncClient. attachThingPrincipalAsync(AttachThingPrincipalRequest request, AsyncHandler<AttachThingPrincipalRequest,AttachThingPrincipalResult> asyncHandler)
-
Uses of AttachThingPrincipalResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return AttachThingPrincipalResult Modifier and Type Method Description AttachThingPrincipalResult
AttachThingPrincipalResult. clone()
-