Uses of Class
software.amazon.awssdk.services.iot.model.DetachThingPrincipalRequest
-
Packages that use DetachThingPrincipalRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of DetachThingPrincipalRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type DetachThingPrincipalRequest Modifier and Type Method Description default CompletableFuture<DetachThingPrincipalResponse>IotAsyncClient. detachThingPrincipal(DetachThingPrincipalRequest detachThingPrincipalRequest)Detaches the specified principal from the specified thing.default DetachThingPrincipalResponseIotClient. detachThingPrincipal(DetachThingPrincipalRequest detachThingPrincipalRequest)Detaches the specified principal from the specified thing. -
Uses of DetachThingPrincipalRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type DetachThingPrincipalRequest Modifier and Type Method Description SdkHttpFullRequestDetachThingPrincipalRequestMarshaller. marshall(DetachThingPrincipalRequest detachThingPrincipalRequest)
-