Uses of Class
software.amazon.awssdk.services.iot.model.AttachThingPrincipalRequest
-
Packages that use AttachThingPrincipalRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AttachThingPrincipalRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AttachThingPrincipalRequest Modifier and Type Method Description default CompletableFuture<AttachThingPrincipalResponse>IotAsyncClient. attachThingPrincipal(AttachThingPrincipalRequest attachThingPrincipalRequest)Attaches the specified principal to the specified thing.default AttachThingPrincipalResponseIotClient. attachThingPrincipal(AttachThingPrincipalRequest attachThingPrincipalRequest)Attaches the specified principal to the specified thing. -
Uses of AttachThingPrincipalRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AttachThingPrincipalRequest Modifier and Type Method Description SdkHttpFullRequestAttachThingPrincipalRequestMarshaller. marshall(AttachThingPrincipalRequest attachThingPrincipalRequest)
-