| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AttachSecurityProfileResult> |
AWSIotAsyncClient.attachSecurityProfileAsync(AttachSecurityProfileRequest request,
AsyncHandler<AttachSecurityProfileRequest,AttachSecurityProfileResult> asyncHandler) |
Future<AttachSecurityProfileResult> |
AbstractAWSIotAsync.attachSecurityProfileAsync(AttachSecurityProfileRequest request,
AsyncHandler<AttachSecurityProfileRequest,AttachSecurityProfileResult> asyncHandler) |
Future<AttachSecurityProfileResult> |
AWSIotAsync.attachSecurityProfileAsync(AttachSecurityProfileRequest attachSecurityProfileRequest,
AsyncHandler<AttachSecurityProfileRequest,AttachSecurityProfileResult> asyncHandler)
Associates a Device Defender security profile with a thing group or this account.
|
| Modifier and Type | Method and Description |
|---|---|
AttachSecurityProfileRequest |
AttachSecurityProfileRequest.clone() |
AttachSecurityProfileRequest |
AttachSecurityProfileRequest.withSecurityProfileName(String securityProfileName)
The security profile that is attached.
|
AttachSecurityProfileRequest |
AttachSecurityProfileRequest.withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the target (thing group) to which the security profile is attached.
|
Copyright © 2023. All rights reserved.