Uses of Class
software.amazon.awssdk.services.iot.model.MalformedPolicyException
-
Packages that use MalformedPolicyException Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of MalformedPolicyException in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that throw MalformedPolicyException Modifier and Type Method Description default CreatePolicyResponseIotClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates an IoT policy.default CreatePolicyResponseIotClient. createPolicy(CreatePolicyRequest createPolicyRequest)Creates an IoT policy.default CreatePolicyVersionResponseIotClient. createPolicyVersion(Consumer<CreatePolicyVersionRequest.Builder> createPolicyVersionRequest)Creates a new version of the specified IoT policy.default CreatePolicyVersionResponseIotClient. createPolicyVersion(CreatePolicyVersionRequest createPolicyVersionRequest)Creates a new version of the specified IoT policy.
-