Uses of Class
software.amazon.awssdk.services.iot.model.DetachPolicyResponse
-
Packages that use DetachPolicyResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DetachPolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DetachPolicyResponse Modifier and Type Method Description default DetachPolicyResponseIotClient. detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)Detaches a policy from the specified target.default DetachPolicyResponseIotClient. detachPolicy(DetachPolicyRequest detachPolicyRequest)Detaches a policy from the specified target.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DetachPolicyResponse Modifier and Type Method 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.
-