Uses of Class
com.amazonaws.services.iot.model.AttachThingPrincipalRequest
Packages that use AttachThingPrincipalRequest
-
Uses of AttachThingPrincipalRequest in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot with parameters of type AttachThingPrincipalRequestModifier and TypeMethodDescriptionAbstractAWSIot.attachThingPrincipal
(AttachThingPrincipalRequest request) AWSIot.attachThingPrincipal
(AttachThingPrincipalRequest attachThingPrincipalRequest) Attaches the specified principal to the specified thing.AWSIotClient.attachThingPrincipal
(AttachThingPrincipalRequest attachThingPrincipalRequest) Attaches the specified principal to the specified thing.AbstractAWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest request) AbstractAWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest request, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) AWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest attachThingPrincipalRequest) Attaches the specified principal to the specified thing.AWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest attachThingPrincipalRequest, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) Attaches the specified principal to the specified thing.AWSIotAsyncClient.attachThingPrincipalAsync
(AttachThingPrincipalRequest request) AWSIotAsyncClient.attachThingPrincipalAsync
(AttachThingPrincipalRequest request, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) Method parameters in com.amazonaws.services.iot with type arguments of type AttachThingPrincipalRequestModifier and TypeMethodDescriptionAbstractAWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest request, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) AWSIotAsync.attachThingPrincipalAsync
(AttachThingPrincipalRequest attachThingPrincipalRequest, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) Attaches the specified principal to the specified thing.AWSIotAsyncClient.attachThingPrincipalAsync
(AttachThingPrincipalRequest request, AsyncHandler<AttachThingPrincipalRequest, AttachThingPrincipalResult> asyncHandler) -
Uses of AttachThingPrincipalRequest in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return AttachThingPrincipalRequestModifier and TypeMethodDescriptionAttachThingPrincipalRequest.clone()
AttachThingPrincipalRequest.withPrincipal
(String principal) The principal (certificate or other credential).AttachThingPrincipalRequest.withThingName
(String thingName) The name of the thing.