| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetachPolicyResult> |
AWSIotAsyncClient.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
Future<DetachPolicyResult> |
AbstractAWSIotAsync.detachPolicyAsync(DetachPolicyRequest request,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler) |
Future<DetachPolicyResult> |
AWSIotAsync.detachPolicyAsync(DetachPolicyRequest detachPolicyRequest,
AsyncHandler<DetachPolicyRequest,DetachPolicyResult> asyncHandler)
Detaches a policy from the specified target.
|
| Modifier and Type | Method and Description |
|---|---|
DetachPolicyRequest |
DetachPolicyRequest.clone() |
DetachPolicyRequest |
DetachPolicyRequest.withPolicyName(String policyName)
The policy to detach.
|
DetachPolicyRequest |
DetachPolicyRequest.withTarget(String target)
The target from which the policy will be detached.
|
Copyright © 2024. All rights reserved.