Uses of Class
software.amazon.awssdk.services.iot.model.DeletePolicyResponse
-
Packages that use DeletePolicyResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeletePolicyResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeletePolicyResponse Modifier and Type Method Description default DeletePolicyResponseIotClient. deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)Deletes the specified policy.default DeletePolicyResponseIotClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the specified policy.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeletePolicyResponse Modifier and Type Method Description default CompletableFuture<DeletePolicyResponse>IotAsyncClient. deletePolicy(Consumer<DeletePolicyRequest.Builder> deletePolicyRequest)Deletes the specified policy.default CompletableFuture<DeletePolicyResponse>IotAsyncClient. deletePolicy(DeletePolicyRequest deletePolicyRequest)Deletes the specified policy.
-