Uses of Class
software.amazon.awssdk.services.iot.model.DetachSecurityProfileResponse
-
Packages that use DetachSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DetachSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DetachSecurityProfileResponse Modifier and Type Method Description default DetachSecurityProfileResponseIotClient. detachSecurityProfile(Consumer<DetachSecurityProfileRequest.Builder> detachSecurityProfileRequest)Disassociates a Device Defender security profile from a thing group or from this account.default DetachSecurityProfileResponseIotClient. detachSecurityProfile(DetachSecurityProfileRequest detachSecurityProfileRequest)Disassociates a Device Defender security profile from a thing group or from this account.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DetachSecurityProfileResponse Modifier and Type Method Description default CompletableFuture<DetachSecurityProfileResponse>IotAsyncClient. detachSecurityProfile(Consumer<DetachSecurityProfileRequest.Builder> detachSecurityProfileRequest)Disassociates a Device Defender security profile from a thing group or from this account.default CompletableFuture<DetachSecurityProfileResponse>IotAsyncClient. detachSecurityProfile(DetachSecurityProfileRequest detachSecurityProfileRequest)Disassociates a Device Defender security profile from a thing group or from this account.
-