| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default DetachPolicyResponse |
IotClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from the specified target.
|
default DetachPolicyResponse |
IotClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetachPolicyResponse> |
IotAsyncClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from the specified target.
|
default CompletableFuture<DetachPolicyResponse> |
IotAsyncClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from the specified target.
|
Copyright © 2019. All rights reserved.