| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetachSecurityProfileResult> |
AWSIotAsyncClient.detachSecurityProfileAsync(DetachSecurityProfileRequest request,
AsyncHandler<DetachSecurityProfileRequest,DetachSecurityProfileResult> asyncHandler) |
Future<DetachSecurityProfileResult> |
AbstractAWSIotAsync.detachSecurityProfileAsync(DetachSecurityProfileRequest request,
AsyncHandler<DetachSecurityProfileRequest,DetachSecurityProfileResult> asyncHandler) |
Future<DetachSecurityProfileResult> |
AWSIotAsync.detachSecurityProfileAsync(DetachSecurityProfileRequest detachSecurityProfileRequest,
AsyncHandler<DetachSecurityProfileRequest,DetachSecurityProfileResult> asyncHandler)
Disassociates a Device Defender security profile from a thing group or from this account.
|
| Modifier and Type | Method and Description |
|---|---|
DetachSecurityProfileRequest |
DetachSecurityProfileRequest.clone() |
DetachSecurityProfileRequest |
DetachSecurityProfileRequest.withSecurityProfileName(String securityProfileName)
The security profile that is detached.
|
DetachSecurityProfileRequest |
DetachSecurityProfileRequest.withSecurityProfileTargetArn(String securityProfileTargetArn)
The ARN of the thing group from which the security profile is detached.
|
Copyright © 2022. All rights reserved.