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