Uses of Class
software.amazon.awssdk.services.iot.model.CreatePolicyResponse
-
Packages that use CreatePolicyResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of CreatePolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return CreatePolicyResponse 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type CreatePolicyResponse Modifier and Type Method Description default CompletableFuture<CreatePolicyResponse>IotAsyncClient. createPolicy(Consumer<CreatePolicyRequest.Builder> createPolicyRequest)Creates an IoT policy.default CompletableFuture<CreatePolicyResponse>IotAsyncClient. createPolicy(CreatePolicyRequest createPolicyRequest)Creates an IoT policy.
-