| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DetachSecurityProfileResponse |
IotClient.detachSecurityProfile(Consumer<DetachSecurityProfileRequest.Builder> detachSecurityProfileRequest)
Disassociates a Device Defender security profile from a thing group or from this account.
|
default DetachSecurityProfileResponse |
IotClient.detachSecurityProfile(DetachSecurityProfileRequest detachSecurityProfileRequest)
Disassociates a Device Defender security profile from a thing group or from this account.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.