Uses of Class
software.amazon.awssdk.services.iot.model.AttachSecurityProfileResponse
-
Packages that use AttachSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of AttachSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return AttachSecurityProfileResponse Modifier and Type Method Description default AttachSecurityProfileResponseIotClient. attachSecurityProfile(Consumer<AttachSecurityProfileRequest.Builder> attachSecurityProfileRequest)Associates a Device Defender security profile with a thing group or this account.default AttachSecurityProfileResponseIotClient. attachSecurityProfile(AttachSecurityProfileRequest attachSecurityProfileRequest)Associates a Device Defender security profile with a thing group or this account.Methods in software.amazon.awssdk.services.iot that return types with arguments of type AttachSecurityProfileResponse Modifier and Type Method Description default CompletableFuture<AttachSecurityProfileResponse>IotAsyncClient. attachSecurityProfile(Consumer<AttachSecurityProfileRequest.Builder> attachSecurityProfileRequest)Associates a Device Defender security profile with a thing group or this account.default CompletableFuture<AttachSecurityProfileResponse>IotAsyncClient. attachSecurityProfile(AttachSecurityProfileRequest attachSecurityProfileRequest)Associates a Device Defender security profile with a thing group or this account.
-