Uses of Class
software.amazon.awssdk.services.iot.model.AttachSecurityProfileRequest
-
Packages that use AttachSecurityProfileRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of AttachSecurityProfileRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type AttachSecurityProfileRequest Modifier and Type Method Description default CompletableFuture<AttachSecurityProfileResponse>IotAsyncClient. attachSecurityProfile(AttachSecurityProfileRequest 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. -
Uses of AttachSecurityProfileRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type AttachSecurityProfileRequest Modifier and Type Method Description SdkHttpFullRequestAttachSecurityProfileRequestMarshaller. marshall(AttachSecurityProfileRequest attachSecurityProfileRequest)
-