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